crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#773a01 hex color - Brown - Warm color - Information

#773a01 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #773a01 Color code in RGB color code model is created after adding 46.67% red color, 22.75% green color and 0.39% blue color. Hex #773a01 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 99% yellow and 53% black.

Hex #773a01 color code is between #663300 web safe hex color code and #884400 web safe hex color code. #663300 is the nearest web safe color code. You can see here many more shades of #773a01 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code773a01#773a01
RGB Decimal119, 58, 1rgb(119, 58, 1)
RGB Percent47%, 23%, 0%rgb(47%, 23%, 0%)
CSS RGBa119, 58, 1,1rgba(119,58,1,1)
CMYK Modelcmyk(0%,51%,99%,53%)
HSL Color Space29,98% ,24%hsl(29,98% ,24%)
HSV Color Space29°, 99%, 47%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101110011101000000001
Octal167721
Decimal119581
Hex773a01

Different shades of #773a01 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #773a01
#aa5301
Dark Shade of #773a01
#442101
Saturated Shade of #773a01
#783a00
Desaturated Shade of #773a01
#713a07
Grey scale Shade of #773a01
#3c3c3c
Brighten Shade
#90531a
Most Readable Shade
#FFFFFF

Shades of #773a01 color code

Generate more color scales with scales (color stack) generator.

#773a01
#693300
#5c2d00
#4f2600
#422000
#341900
#271300
#1a0c00
#0d0600
#000000

Similar Color like #773a01 color

Find visually similar hex color codes nearing to #773a01 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#783b02
#793c03
#7a3d04
#7b3e05
#7c3f06
#7d4007
#7e4108
#7f4209
#80430a
#81440b
#82450c
#83460d
#84470e
#85480f
#763900
#753800
#743700
#733600
#723500
#713400
#703300
#6f3200
#6e3100
#6d3000
#6c2f00
#6b2e00
#6a2d00
#692c00

Monochromatic Color with #773a01

#773a01
#a14f01
#cc6302
#f67802
#221100
#4c2501

Tints of #773a01 Color

#773a01
#864f1d
#956539
#a47b55
#b39171
#c2a78e
#d1bdaa
#e0d3c6
#efe9e2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#773a01
#013e77

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#773a01
#017775
#010377

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#770b01
#772201
#773a01
#775201
#776901

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#773a01
#01773a
#3a0177

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#773a01
#037701
#013e77
#750177

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#773a01
#013e77
#010377
#777501

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #773a01 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#773a01 Color Code Preview on Black Background Color

This is how #773a01 Color will look on black background color. Color contrast ratio is 2.39

#773a01 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#773a01">Your Example Paragraph content text in with font color #773a01 </p>

Your Example Paragraph content text in with font color #773a01

HTML with inline CSS

<div style="color:#773a01">Your Paragraph text in with font color #773a01 </div>

Your Example Paragraph content text in with font color #773a01

#773a01 color code is use for CSS Background Color

Background color for the above div is #773a01

HTML with inline CSS

<div style="background-color:#773a01;"></div>

#773a01 color code is use for CSS Border Color

CSS Border color for the above div is #773a01

HTML with inline CSS

<div style="border:5px solid #773a01;"></div>

CSS Border Left color for the above div is #773a01

HTML with inline CSS

<div style="border-left:5px solid #773a01;"></div>

CSS Border Right color for the above div is #773a01

HTML with inline CSS

<div style="border-right:5px solid #773a01;"></div>

CSS Border Bottom color for the above div is #773a01

HTML with inline CSS

<div style="border-bottom:5px solid #773a01;"></div>

CSS Border Top color for the above div is #773a01

HTML with inline CSS

<div style="border-top:5px solid #773a01;"></div>

#773a01 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#773a01; } .examplecolorclass {color:#773a01; } .examplebordercolor {border:3px solid #773a01; }

#773a01 Color code Preview on White Background

This is how #773a01 Color code will look on white background color. Color contrast ratio is 8.79

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #773a01; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #773a01; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.