Shades of Raw Umber #815804
Tints of Raw Umber #815804
RGB
CMYK
RGB Variations
Color information
#815804 (or 0x815804) is known color: Raw Umber. HEX triplet: 81, 58 and 04. RGB value is (129,88,4). Sum of RGB (Red+Green+Blue) = 129+88+4=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #815804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815804 is #7EA7FB. Grayscale: #5B5B5B. Windows color (decimal): -8300540 or 284801. OLE color: 284801.
HSL color Cylindrical-coordinate representation of color #815804: hue angle of 40.32º 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 #815804 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 88 | 4 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.49 |
| HSL | 40.32º | 0.94% | 0.26% | - |
| HSV(B) | 40.32º | 0.97% | 0.51% | - |
| XYZ | 12.56 | 11.66 | 1.7 | - |
| YUV | 90.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 88 | 4 | 0 | 0.32 | 0.97 | 0.49 | 40.32 | 0.94 | 0.26 |
| Hex | 81 | 58 | 4 | 0 | 20 | 61 | 31 | 28 | 5E | 1A |
| Octal | 201 | 130 | 4 | 0 | 40 | 141 | 61 | 50 | 136 | 32 |
| Binary | 10000001 | 1011000 | 100 | 0 | 100000 | 1100001 | 110001 | 101000 | 1011110 | 11010 |
Color Harmonies of #815804
Complementary color
Monochromatic Colors of #815804
Black with #815804
Text Example
Text Example
White with #815804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815804; }
p { color: rgb(129,88,4); }
H1.HeaderClassName
{
color: #815804;
}
.AnyTagClassName
{
color: #815804;
}
</style>
background-color css
<style>
a { background-color: #815804; }
a { background-color: rgb(129,88,4); }
div.DivClassName
{
background-color: #815804;
}
.BgClassName
{
background-color: #815804;
}
</style>
border-color css
<style>
span { border-color: #815804; }
span { border-color: rgb(129,88,4); }
td.TdClassName
{
border-color: #815804;
}
.TagClassName
{
border-color: #815804;
}
</style>