Shades of Raw Umber #814E0F
Tints of Raw Umber #814E0F
RGB
CMYK
RGB Variations
Color information
#814E0F (or 0x814E0F) is known color: Raw Umber. HEX triplet: 81, 4E and 0F. RGB value is (129,78,15). Sum of RGB (Red+Green+Blue) = 129+78+15=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #814E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E0F is #7EB1F0. Grayscale: #565656. Windows color (decimal): -8303089 or 1003137. OLE color: 1003137.
HSL color Cylindrical-coordinate representation of color #814E0F: hue angle of 33.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #814E0F is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 15 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.49 |
| HSL | 33.16º | 0.79% | 0.28% | - |
| HSV(B) | 33.16º | 0.88% | 0.51% | - |
| XYZ | 11.86 | 10.15 | 1.79 | - |
| YUV | 86.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 15 | 0 | 0.40 | 0.88 | 0.49 | 33.16 | 0.79 | 0.28 |
| Hex | 81 | 4E | F | 0 | 28 | 58 | 31 | 21 | 4F | 1C |
| Octal | 201 | 116 | 17 | 0 | 50 | 130 | 61 | 41 | 117 | 34 |
| Binary | 10000001 | 1001110 | 1111 | 0 | 101000 | 1011000 | 110001 | 100001 | 1001111 | 11100 |
Color Harmonies of #814E0F
Complementary color
Monochromatic Colors of #814E0F
Black with #814E0F
Text Example
Text Example
White with #814E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E0F; }
p { color: rgb(129,78,15); }
H1.HeaderClassName
{
color: #814E0F;
}
.AnyTagClassName
{
color: #814E0F;
}
</style>
background-color css
<style>
a { background-color: #814E0F; }
a { background-color: rgb(129,78,15); }
div.DivClassName
{
background-color: #814E0F;
}
.BgClassName
{
background-color: #814E0F;
}
</style>
border-color css
<style>
span { border-color: #814E0F; }
span { border-color: rgb(129,78,15); }
td.TdClassName
{
border-color: #814E0F;
}
.TagClassName
{
border-color: #814E0F;
}
</style>