Shades of Raw Umber #814E0B
Tints of Raw Umber #814E0B
RGB
CMYK
RGB Variations
Color information
#814E0B (or 0x814E0B) is known color: Raw Umber. HEX triplet: 81, 4E and 0B. RGB value is (129,78,11). Sum of RGB (Red+Green+Blue) = 129+78+11=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #814E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E0B is #7EB1F4. Grayscale: #555555. Windows color (decimal): -8303093 or 740993. OLE color: 740993.
HSL color Cylindrical-coordinate representation of color #814E0B: hue angle of 34.07º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #814E0B is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 11 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.49 |
| HSL | 34.07º | 0.84% | 0.27% | - |
| HSV(B) | 34.07º | 0.91% | 0.51% | - |
| XYZ | 11.84 | 10.14 | 1.65 | - |
| YUV | 85.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 11 | 0 | 0.40 | 0.91 | 0.49 | 34.07 | 0.84 | 0.27 |
| Hex | 81 | 4E | B | 0 | 28 | 5B | 31 | 22 | 54 | 1B |
| Octal | 201 | 116 | 13 | 0 | 50 | 133 | 61 | 42 | 124 | 33 |
| Binary | 10000001 | 1001110 | 1011 | 0 | 101000 | 1011011 | 110001 | 100010 | 1010100 | 11011 |
Color Harmonies of #814E0B
Complementary color
Monochromatic Colors of #814E0B
Black with #814E0B
Text Example
Text Example
White with #814E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E0B; }
p { color: rgb(129,78,11); }
H1.HeaderClassName
{
color: #814E0B;
}
.AnyTagClassName
{
color: #814E0B;
}
</style>
background-color css
<style>
a { background-color: #814E0B; }
a { background-color: rgb(129,78,11); }
div.DivClassName
{
background-color: #814E0B;
}
.BgClassName
{
background-color: #814E0B;
}
</style>
border-color css
<style>
span { border-color: #814E0B; }
span { border-color: rgb(129,78,11); }
td.TdClassName
{
border-color: #814E0B;
}
.TagClassName
{
border-color: #814E0B;
}
</style>