Shades of Raw Umber #814902
Tints of Raw Umber #814902
RGB
CMYK
RGB Variations
Color information
#814902 (or 0x814902) is known color: Raw Umber. HEX triplet: 81, 49 and 02. RGB value is (129,73,2). Sum of RGB (Red+Green+Blue) = 129+73+2=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #814902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814902 is #7EB6FD. Grayscale: #515151. Windows color (decimal): -8304382 or 149889. OLE color: 149889.
HSL color Cylindrical-coordinate representation of color #814902: hue angle of 33.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #814902 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.49 |
| HSL | 33.54º | 0.97% | 0.26% | - |
| HSV(B) | 33.54º | 0.98% | 0.51% | - |
| XYZ | 11.45 | 9.44 | 1.28 | - |
| YUV | 81.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 2 | 0 | 0.43 | 0.98 | 0.49 | 33.54 | 0.97 | 0.26 |
| Hex | 81 | 49 | 2 | 0 | 2B | 62 | 31 | 22 | 61 | 1A |
| Octal | 201 | 111 | 2 | 0 | 53 | 142 | 61 | 42 | 141 | 32 |
| Binary | 10000001 | 1001001 | 10 | 0 | 101011 | 1100010 | 110001 | 100010 | 1100001 | 11010 |
Color Harmonies of #814902
Complementary color
Monochromatic Colors of #814902
Black with #814902
Text Example
Text Example
White with #814902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814902; }
p { color: rgb(129,73,2); }
H1.HeaderClassName
{
color: #814902;
}
.AnyTagClassName
{
color: #814902;
}
</style>
background-color css
<style>
a { background-color: #814902; }
a { background-color: rgb(129,73,2); }
div.DivClassName
{
background-color: #814902;
}
.BgClassName
{
background-color: #814902;
}
</style>
border-color css
<style>
span { border-color: #814902; }
span { border-color: rgb(129,73,2); }
td.TdClassName
{
border-color: #814902;
}
.TagClassName
{
border-color: #814902;
}
</style>