Shades of Raw Umber #814701
Tints of Raw Umber #814701
RGB
CMYK
RGB Variations
Color information
#814701 (or 0x814701) is known color: Raw Umber. HEX triplet: 81, 47 and 01. RGB value is (129,71,1). Sum of RGB (Red+Green+Blue) = 129+71+1=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #814701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814701 is #7EB8FE. Grayscale: #505050. Windows color (decimal): -8304895 or 83841. OLE color: 83841.
HSL color Cylindrical-coordinate representation of color #814701: hue angle of 32.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #814701 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.49 |
| HSL | 32.81º | 0.98% | 0.25% | - |
| HSV(B) | 32.81º | 0.99% | 0.51% | - |
| XYZ | 11.31 | 9.18 | 1.2 | - |
| YUV | 80.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 1 | 0 | 0.45 | 0.99 | 0.49 | 32.81 | 0.98 | 0.25 |
| Hex | 81 | 47 | 1 | 0 | 2D | 63 | 31 | 21 | 62 | 19 |
| Octal | 201 | 107 | 1 | 0 | 55 | 143 | 61 | 41 | 142 | 31 |
| Binary | 10000001 | 1000111 | 1 | 0 | 101101 | 1100011 | 110001 | 100001 | 1100010 | 11001 |
Color Harmonies of #814701
Complementary color
Monochromatic Colors of #814701
Black with #814701
Text Example
Text Example
White with #814701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814701; }
p { color: rgb(129,71,1); }
H1.HeaderClassName
{
color: #814701;
}
.AnyTagClassName
{
color: #814701;
}
</style>
background-color css
<style>
a { background-color: #814701; }
a { background-color: rgb(129,71,1); }
div.DivClassName
{
background-color: #814701;
}
.BgClassName
{
background-color: #814701;
}
</style>
border-color css
<style>
span { border-color: #814701; }
span { border-color: rgb(129,71,1); }
td.TdClassName
{
border-color: #814701;
}
.TagClassName
{
border-color: #814701;
}
</style>