Shades of Raw Umber #805912
Tints of Raw Umber #805912
RGB
CMYK
RGB Variations
Color information
#805912 (or 0x805912) is known color: Raw Umber. HEX triplet: 80, 59 and 12. RGB value is (128,89,18). Sum of RGB (Red+Green+Blue) = 128+89+18=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #805912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805912 is #7FA6ED. Grayscale: #5C5C5C. Windows color (decimal): -8365806 or 1202560. OLE color: 1202560.
HSL color Cylindrical-coordinate representation of color #805912: hue angle of 38.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #805912 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 18 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.50 |
| HSL | 38.73º | 0.75% | 0.29% | - |
| HSV(B) | 38.73º | 0.86% | 0.5% | - |
| XYZ | 12.58 | 11.78 | 2.18 | - |
| YUV | 92.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 18 | 0 | 0.30 | 0.86 | 0.50 | 38.73 | 0.75 | 0.29 |
| Hex | 80 | 59 | 12 | 0 | 1E | 56 | 32 | 27 | 4B | 1D |
| Octal | 200 | 131 | 22 | 0 | 36 | 126 | 62 | 47 | 113 | 35 |
| Binary | 10000000 | 1011001 | 10010 | 0 | 11110 | 1010110 | 110010 | 100111 | 1001011 | 11101 |
Color Harmonies of #805912
Complementary color
Monochromatic Colors of #805912
Black with #805912
Text Example
Text Example
White with #805912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805912; }
p { color: rgb(128,89,18); }
H1.HeaderClassName
{
color: #805912;
}
.AnyTagClassName
{
color: #805912;
}
</style>
background-color css
<style>
a { background-color: #805912; }
a { background-color: rgb(128,89,18); }
div.DivClassName
{
background-color: #805912;
}
.BgClassName
{
background-color: #805912;
}
</style>
border-color css
<style>
span { border-color: #805912; }
span { border-color: rgb(128,89,18); }
td.TdClassName
{
border-color: #805912;
}
.TagClassName
{
border-color: #805912;
}
</style>