Shades of Raw Umber #805812
Tints of Raw Umber #805812
RGB
CMYK
RGB Variations
Color information
#805812 (or 0x805812) is known color: Raw Umber. HEX triplet: 80, 58 and 12. RGB value is (128,88,18). Sum of RGB (Red+Green+Blue) = 128+88+18=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #805812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805812 is #7FA7ED. Grayscale: #5C5C5C. Windows color (decimal): -8366062 or 1202304. OLE color: 1202304.
HSL color Cylindrical-coordinate representation of color #805812: hue angle of 38.18º 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 #805812 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 18 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.50 |
| HSL | 38.18º | 0.75% | 0.29% | - |
| HSV(B) | 38.18º | 0.86% | 0.5% | - |
| XYZ | 12.5 | 11.61 | 2.15 | - |
| YUV | 91.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 18 | 0 | 0.31 | 0.86 | 0.50 | 38.18 | 0.75 | 0.29 |
| Hex | 80 | 58 | 12 | 0 | 1F | 56 | 32 | 26 | 4B | 1D |
| Octal | 200 | 130 | 22 | 0 | 37 | 126 | 62 | 46 | 113 | 35 |
| Binary | 10000000 | 1011000 | 10010 | 0 | 11111 | 1010110 | 110010 | 100110 | 1001011 | 11101 |
Color Harmonies of #805812
Complementary color
Monochromatic Colors of #805812
Black with #805812
Text Example
Text Example
White with #805812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805812; }
p { color: rgb(128,88,18); }
H1.HeaderClassName
{
color: #805812;
}
.AnyTagClassName
{
color: #805812;
}
</style>
background-color css
<style>
a { background-color: #805812; }
a { background-color: rgb(128,88,18); }
div.DivClassName
{
background-color: #805812;
}
.BgClassName
{
background-color: #805812;
}
</style>
border-color css
<style>
span { border-color: #805812; }
span { border-color: rgb(128,88,18); }
td.TdClassName
{
border-color: #805812;
}
.TagClassName
{
border-color: #805812;
}
</style>