Shades of Raw Umber #785C08
Tints of Raw Umber #785C08
RGB
CMYK
RGB Variations
Color information
#785C08 (or 0x785C08) is known color: Raw Umber. HEX triplet: 78, 5C and 08. RGB value is (120,92,8). Sum of RGB (Red+Green+Blue) = 120+92+8=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #785C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C08 is #87A3F7. Grayscale: #5B5B5B. Windows color (decimal): -8889336 or 547960. OLE color: 547960.
HSL color Cylindrical-coordinate representation of color #785C08: hue angle of 45º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #785C08 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 8 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.53 |
| HSL | 45º | 0.88% | 0.25% | - |
| HSV(B) | 45º | 0.93% | 0.47% | - |
| XYZ | 11.62 | 11.66 | 1.87 | - |
| YUV | 90.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 8 | 0 | 0.23 | 0.93 | 0.53 | 45 | 0.88 | 0.25 |
| Hex | 78 | 5C | 8 | 0 | 17 | 5D | 35 | 2D | 58 | 19 |
| Octal | 170 | 134 | 10 | 0 | 27 | 135 | 65 | 55 | 130 | 31 |
| Binary | 1111000 | 1011100 | 1000 | 0 | 10111 | 1011101 | 110101 | 101101 | 1011000 | 11001 |
Color Harmonies of #785C08
Complementary color
Monochromatic Colors of #785C08
Black with #785C08
Text Example
Text Example
White with #785C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C08; }
p { color: rgb(120,92,8); }
H1.HeaderClassName
{
color: #785C08;
}
.AnyTagClassName
{
color: #785C08;
}
</style>
background-color css
<style>
a { background-color: #785C08; }
a { background-color: rgb(120,92,8); }
div.DivClassName
{
background-color: #785C08;
}
.BgClassName
{
background-color: #785C08;
}
</style>
border-color css
<style>
span { border-color: #785C08; }
span { border-color: rgb(120,92,8); }
td.TdClassName
{
border-color: #785C08;
}
.TagClassName
{
border-color: #785C08;
}
</style>