Shades of Raw Umber #814702
Tints of Raw Umber #814702
RGB
CMYK
RGB Variations
Color information
#814702 (or 0x814702) is known color: Raw Umber. HEX triplet: 81, 47 and 02. RGB value is (129,71,2). Sum of RGB (Red+Green+Blue) = 129+71+2=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #814702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814702 is #7EB8FD. Grayscale: #505050. Windows color (decimal): -8304894 or 149377. OLE color: 149377.
HSL color Cylindrical-coordinate representation of color #814702: hue angle of 32.6º 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 #814702 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 2 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.49 |
| HSL | 32.6º | 0.97% | 0.26% | - |
| HSV(B) | 32.6º | 0.98% | 0.51% | - |
| XYZ | 11.32 | 9.18 | 1.23 | - |
| YUV | 80.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 2 | 0 | 0.45 | 0.98 | 0.49 | 32.6 | 0.97 | 0.26 |
| Hex | 81 | 47 | 2 | 0 | 2D | 62 | 31 | 21 | 61 | 1A |
| Octal | 201 | 107 | 2 | 0 | 55 | 142 | 61 | 41 | 141 | 32 |
| Binary | 10000001 | 1000111 | 10 | 0 | 101101 | 1100010 | 110001 | 100001 | 1100001 | 11010 |
Color Harmonies of #814702
Complementary color
Monochromatic Colors of #814702
Black with #814702
Text Example
Text Example
White with #814702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814702; }
p { color: rgb(129,71,2); }
H1.HeaderClassName
{
color: #814702;
}
.AnyTagClassName
{
color: #814702;
}
</style>
background-color css
<style>
a { background-color: #814702; }
a { background-color: rgb(129,71,2); }
div.DivClassName
{
background-color: #814702;
}
.BgClassName
{
background-color: #814702;
}
</style>
border-color css
<style>
span { border-color: #814702; }
span { border-color: rgb(129,71,2); }
td.TdClassName
{
border-color: #814702;
}
.TagClassName
{
border-color: #814702;
}
</style>