Shades of Raw Umber #814C00
Tints of Raw Umber #814C00
RGB
CMYK
RGB Variations
Color information
#814C00 (or 0x814C00) is known color: Raw Umber. HEX triplet: 81, 4C and 00. RGB value is (129,76,0). Sum of RGB (Red+Green+Blue) = 129+76+0=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #814C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814C00 is #7EB3FF. Grayscale: #535353. Windows color (decimal): -8303616 or 19585. OLE color: 19585.
HSL color Cylindrical-coordinate representation of color #814C00: hue angle of 35.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #814C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.49 |
| HSL | 35.35º | 1% | 0.25% | - |
| HSV(B) | 35.35º | 1% | 0.51% | - |
| XYZ | 11.64 | 9.84 | 1.29 | - |
| YUV | 83.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 0 | 0 | 0.41 | 1 | 0.49 | 35.35 | 1 | 0.25 |
| Hex | 81 | 4C | 0 | 0 | 29 | 64 | 31 | 23 | 64 | 19 |
| Octal | 201 | 114 | 0 | 0 | 51 | 144 | 61 | 43 | 144 | 31 |
| Binary | 10000001 | 1001100 | 0 | 0 | 101001 | 1100100 | 110001 | 100011 | 1100100 | 11001 |
Color Harmonies of #814C00
Complementary color
Monochromatic Colors of #814C00
Black with #814C00
Text Example
Text Example
White with #814C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C00; }
p { color: rgb(129,76,0); }
H1.HeaderClassName
{
color: #814C00;
}
.AnyTagClassName
{
color: #814C00;
}
</style>
background-color css
<style>
a { background-color: #814C00; }
a { background-color: rgb(129,76,0); }
div.DivClassName
{
background-color: #814C00;
}
.BgClassName
{
background-color: #814C00;
}
</style>
border-color css
<style>
span { border-color: #814C00; }
span { border-color: rgb(129,76,0); }
td.TdClassName
{
border-color: #814C00;
}
.TagClassName
{
border-color: #814C00;
}
</style>