Shades of Raw Umber #785C05
Tints of Raw Umber #785C05
RGB
CMYK
RGB Variations
Color information
#785C05 (or 0x785C05) is known color: Raw Umber. HEX triplet: 78, 5C and 05. RGB value is (120,92,5). Sum of RGB (Red+Green+Blue) = 120+92+5=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #785C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C05 is #87A3FA. Grayscale: #5A5A5A. Windows color (decimal): -8889339 or 351352. OLE color: 351352.
HSL color Cylindrical-coordinate representation of color #785C05: hue angle of 45.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #785C05 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 5 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.53 |
| HSL | 45.39º | 0.92% | 0.25% | - |
| HSV(B) | 45.39º | 0.96% | 0.47% | - |
| XYZ | 11.6 | 11.66 | 1.78 | - |
| YUV | 90.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 5 | 0 | 0.23 | 0.96 | 0.53 | 45.39 | 0.92 | 0.25 |
| Hex | 78 | 5C | 5 | 0 | 17 | 60 | 35 | 2D | 5C | 19 |
| Octal | 170 | 134 | 5 | 0 | 27 | 140 | 65 | 55 | 134 | 31 |
| Binary | 1111000 | 1011100 | 101 | 0 | 10111 | 1100000 | 110101 | 101101 | 1011100 | 11001 |
Color Harmonies of #785C05
Complementary color
Monochromatic Colors of #785C05
Black with #785C05
Text Example
Text Example
White with #785C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C05; }
p { color: rgb(120,92,5); }
H1.HeaderClassName
{
color: #785C05;
}
.AnyTagClassName
{
color: #785C05;
}
</style>
background-color css
<style>
a { background-color: #785C05; }
a { background-color: rgb(120,92,5); }
div.DivClassName
{
background-color: #785C05;
}
.BgClassName
{
background-color: #785C05;
}
</style>
border-color css
<style>
span { border-color: #785C05; }
span { border-color: rgb(120,92,5); }
td.TdClassName
{
border-color: #785C05;
}
.TagClassName
{
border-color: #785C05;
}
</style>