Shades of Raw Umber #814E0C
Tints of Raw Umber #814E0C
RGB
CMYK
RGB Variations
Color information
#814E0C (or 0x814E0C) is known color: Raw Umber. HEX triplet: 81, 4E and 0C. RGB value is (129,78,12). Sum of RGB (Red+Green+Blue) = 129+78+12=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #814E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E0C is #7EB1F3. Grayscale: #565656. Windows color (decimal): -8303092 or 806529. OLE color: 806529.
HSL color Cylindrical-coordinate representation of color #814E0C: hue angle of 33.85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #814E0C is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 12 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.49 |
| HSL | 33.85º | 0.83% | 0.28% | - |
| HSV(B) | 33.85º | 0.91% | 0.51% | - |
| XYZ | 11.84 | 10.14 | 1.68 | - |
| YUV | 85.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 12 | 0 | 0.40 | 0.91 | 0.49 | 33.85 | 0.83 | 0.28 |
| Hex | 81 | 4E | C | 0 | 28 | 5B | 31 | 22 | 53 | 1C |
| Octal | 201 | 116 | 14 | 0 | 50 | 133 | 61 | 42 | 123 | 34 |
| Binary | 10000001 | 1001110 | 1100 | 0 | 101000 | 1011011 | 110001 | 100010 | 1010011 | 11100 |
Color Harmonies of #814E0C
Complementary color
Monochromatic Colors of #814E0C
Black with #814E0C
Text Example
Text Example
White with #814E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E0C; }
p { color: rgb(129,78,12); }
H1.HeaderClassName
{
color: #814E0C;
}
.AnyTagClassName
{
color: #814E0C;
}
</style>
background-color css
<style>
a { background-color: #814E0C; }
a { background-color: rgb(129,78,12); }
div.DivClassName
{
background-color: #814E0C;
}
.BgClassName
{
background-color: #814E0C;
}
</style>
border-color css
<style>
span { border-color: #814E0C; }
span { border-color: rgb(129,78,12); }
td.TdClassName
{
border-color: #814E0C;
}
.TagClassName
{
border-color: #814E0C;
}
</style>