Shades of Raw Umber #773B05
Tints of Raw Umber #773B05
RGB
CMYK
RGB Variations
Color information
#773B05 (or 0x773B05) is known color: Raw Umber. HEX triplet: 77, 3B and 05. RGB value is (119,59,5). Sum of RGB (Red+Green+Blue) = 119+59+5=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #773B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B05 is #88C4FA. Grayscale: #474747. Windows color (decimal): -8963323 or 342903. OLE color: 342903.
HSL color Cylindrical-coordinate representation of color #773B05: hue angle of 28.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #773B05 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 5 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.53 |
| HSL | 28.42º | 0.92% | 0.24% | - |
| HSV(B) | 28.42º | 0.96% | 0.47% | - |
| XYZ | 9.2 | 7.06 | 1.02 | - |
| YUV | 70.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 5 | 0 | 0.50 | 0.96 | 0.53 | 28.42 | 0.92 | 0.24 |
| Hex | 77 | 3B | 5 | 0 | 32 | 60 | 35 | 1C | 5C | 18 |
| Octal | 167 | 73 | 5 | 0 | 62 | 140 | 65 | 34 | 134 | 30 |
| Binary | 1110111 | 111011 | 101 | 0 | 110010 | 1100000 | 110101 | 11100 | 1011100 | 11000 |
Color Harmonies of #773B05
Complementary color
Monochromatic Colors of #773B05
Black with #773B05
Text Example
Text Example
White with #773B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B05; }
p { color: rgb(119,59,5); }
H1.HeaderClassName
{
color: #773B05;
}
.AnyTagClassName
{
color: #773B05;
}
</style>
background-color css
<style>
a { background-color: #773B05; }
a { background-color: rgb(119,59,5); }
div.DivClassName
{
background-color: #773B05;
}
.BgClassName
{
background-color: #773B05;
}
</style>
border-color css
<style>
span { border-color: #773B05; }
span { border-color: rgb(119,59,5); }
td.TdClassName
{
border-color: #773B05;
}
.TagClassName
{
border-color: #773B05;
}
</style>