Shades of Raw Umber #805112
Tints of Raw Umber #805112
RGB
CMYK
RGB Variations
Color information
#805112 (or 0x805112) is known color: Raw Umber. HEX triplet: 80, 51 and 12. RGB value is (128,81,18). Sum of RGB (Red+Green+Blue) = 128+81+18=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #805112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805112 is #7FAEED. Grayscale: #585858. Windows color (decimal): -8367854 or 1200512. OLE color: 1200512.
HSL color Cylindrical-coordinate representation of color #805112: hue angle of 34.36º 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 #805112 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 18 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.50 |
| HSL | 34.36º | 0.75% | 0.29% | - |
| HSV(B) | 34.36º | 0.86% | 0.5% | - |
| XYZ | 11.95 | 10.52 | 1.97 | - |
| YUV | 87.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 18 | 0 | 0.37 | 0.86 | 0.50 | 34.36 | 0.75 | 0.29 |
| Hex | 80 | 51 | 12 | 0 | 25 | 56 | 32 | 22 | 4B | 1D |
| Octal | 200 | 121 | 22 | 0 | 45 | 126 | 62 | 42 | 113 | 35 |
| Binary | 10000000 | 1010001 | 10010 | 0 | 100101 | 1010110 | 110010 | 100010 | 1001011 | 11101 |
Color Harmonies of #805112
Complementary color
Monochromatic Colors of #805112
Black with #805112
Text Example
Text Example
White with #805112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805112; }
p { color: rgb(128,81,18); }
H1.HeaderClassName
{
color: #805112;
}
.AnyTagClassName
{
color: #805112;
}
</style>
background-color css
<style>
a { background-color: #805112; }
a { background-color: rgb(128,81,18); }
div.DivClassName
{
background-color: #805112;
}
.BgClassName
{
background-color: #805112;
}
</style>
border-color css
<style>
span { border-color: #805112; }
span { border-color: rgb(128,81,18); }
td.TdClassName
{
border-color: #805112;
}
.TagClassName
{
border-color: #805112;
}
</style>