Shades of Raw Umber #804C12
Tints of Raw Umber #804C12
RGB
CMYK
RGB Variations
Color information
#804C12 (or 0x804C12) is known color: Raw Umber. HEX triplet: 80, 4C and 12. RGB value is (128,76,18). Sum of RGB (Red+Green+Blue) = 128+76+18=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #804C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C12 is #7FB3ED. Grayscale: #555555. Windows color (decimal): -8369134 or 1199232. OLE color: 1199232.
HSL color Cylindrical-coordinate representation of color #804C12: hue angle of 31.64º 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 #804C12 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 18 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.50 |
| HSL | 31.64º | 0.75% | 0.29% | - |
| HSV(B) | 31.64º | 0.86% | 0.5% | - |
| XYZ | 11.6 | 9.8 | 1.85 | - |
| YUV | 84.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 18 | 0 | 0.41 | 0.86 | 0.50 | 31.64 | 0.75 | 0.29 |
| Hex | 80 | 4C | 12 | 0 | 29 | 56 | 32 | 20 | 4B | 1D |
| Octal | 200 | 114 | 22 | 0 | 51 | 126 | 62 | 40 | 113 | 35 |
| Binary | 10000000 | 1001100 | 10010 | 0 | 101001 | 1010110 | 110010 | 100000 | 1001011 | 11101 |
Color Harmonies of #804C12
Complementary color
Monochromatic Colors of #804C12
Black with #804C12
Text Example
Text Example
White with #804C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C12; }
p { color: rgb(128,76,18); }
H1.HeaderClassName
{
color: #804C12;
}
.AnyTagClassName
{
color: #804C12;
}
</style>
background-color css
<style>
a { background-color: #804C12; }
a { background-color: rgb(128,76,18); }
div.DivClassName
{
background-color: #804C12;
}
.BgClassName
{
background-color: #804C12;
}
</style>
border-color css
<style>
span { border-color: #804C12; }
span { border-color: rgb(128,76,18); }
td.TdClassName
{
border-color: #804C12;
}
.TagClassName
{
border-color: #804C12;
}
</style>