Shades of Raw Umber #785A16
Tints of Raw Umber #785A16
RGB
CMYK
RGB Variations
Color information
#785A16 (or 0x785A16) is known color: Raw Umber. HEX triplet: 78, 5A and 16. RGB value is (120,90,22). Sum of RGB (Red+Green+Blue) = 120+90+22=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #785A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785A16 is #87A5E9. Grayscale: #5B5B5B. Windows color (decimal): -8889834 or 1464952. OLE color: 1464952.
HSL color Cylindrical-coordinate representation of color #785A16: hue angle of 41.63º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #785A16 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 22 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.53 |
| HSL | 41.63º | 0.69% | 0.28% | - |
| HSV(B) | 41.63º | 0.82% | 0.47% | - |
| XYZ | 11.55 | 11.36 | 2.34 | - |
| YUV | 91.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 22 | 0 | 0.25 | 0.82 | 0.53 | 41.63 | 0.69 | 0.28 |
| Hex | 78 | 5A | 16 | 0 | 19 | 52 | 35 | 2A | 45 | 1C |
| Octal | 170 | 132 | 26 | 0 | 31 | 122 | 65 | 52 | 105 | 34 |
| Binary | 1111000 | 1011010 | 10110 | 0 | 11001 | 1010010 | 110101 | 101010 | 1000101 | 11100 |
Color Harmonies of #785A16
Complementary color
Monochromatic Colors of #785A16
Black with #785A16
Text Example
Text Example
White with #785A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A16; }
p { color: rgb(120,90,22); }
H1.HeaderClassName
{
color: #785A16;
}
.AnyTagClassName
{
color: #785A16;
}
</style>
background-color css
<style>
a { background-color: #785A16; }
a { background-color: rgb(120,90,22); }
div.DivClassName
{
background-color: #785A16;
}
.BgClassName
{
background-color: #785A16;
}
</style>
border-color css
<style>
span { border-color: #785A16; }
span { border-color: rgb(120,90,22); }
td.TdClassName
{
border-color: #785A16;
}
.TagClassName
{
border-color: #785A16;
}
</style>