Shades of Raw Umber #815A04
Tints of Raw Umber #815A04
RGB
CMYK
RGB Variations
Color information
#815A04 (or 0x815A04) is known color: Raw Umber. HEX triplet: 81, 5A and 04. RGB value is (129,90,4). Sum of RGB (Red+Green+Blue) = 129+90+4=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #815A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815A04 is #7EA5FB. Grayscale: #5C5C5C. Windows color (decimal): -8300028 or 285313. OLE color: 285313.
HSL color Cylindrical-coordinate representation of color #815A04: hue angle of 41.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #815A04 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 4 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.49 |
| HSL | 41.28º | 0.94% | 0.26% | - |
| HSV(B) | 41.28º | 0.97% | 0.51% | - |
| XYZ | 12.73 | 11.99 | 1.76 | - |
| YUV | 91.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 4 | 0 | 0.30 | 0.97 | 0.49 | 41.28 | 0.94 | 0.26 |
| Hex | 81 | 5A | 4 | 0 | 1E | 61 | 31 | 29 | 5E | 1A |
| Octal | 201 | 132 | 4 | 0 | 36 | 141 | 61 | 51 | 136 | 32 |
| Binary | 10000001 | 1011010 | 100 | 0 | 11110 | 1100001 | 110001 | 101001 | 1011110 | 11010 |
Color Harmonies of #815A04
Complementary color
Monochromatic Colors of #815A04
Black with #815A04
Text Example
Text Example
White with #815A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A04; }
p { color: rgb(129,90,4); }
H1.HeaderClassName
{
color: #815A04;
}
.AnyTagClassName
{
color: #815A04;
}
</style>
background-color css
<style>
a { background-color: #815A04; }
a { background-color: rgb(129,90,4); }
div.DivClassName
{
background-color: #815A04;
}
.BgClassName
{
background-color: #815A04;
}
</style>
border-color css
<style>
span { border-color: #815A04; }
span { border-color: rgb(129,90,4); }
td.TdClassName
{
border-color: #815A04;
}
.TagClassName
{
border-color: #815A04;
}
</style>