Shades of Raw Umber #815A0E
Tints of Raw Umber #815A0E
RGB
CMYK
RGB Variations
Color information
#815A0E (or 0x815A0E) is known color: Raw Umber. HEX triplet: 81, 5A and 0E. RGB value is (129,90,14). Sum of RGB (Red+Green+Blue) = 129+90+14=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #815A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815A0E is #7EA5F1. Grayscale: #5D5D5D. Windows color (decimal): -8300018 or 940673. OLE color: 940673.
HSL color Cylindrical-coordinate representation of color #815A0E: hue angle of 39.65º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #815A0E is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 14 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.49 |
| HSL | 39.65º | 0.8% | 0.28% | - |
| HSV(B) | 39.65º | 0.89% | 0.51% | - |
| XYZ | 12.79 | 12.01 | 2.06 | - |
| YUV | 93 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 14 | 0 | 0.30 | 0.89 | 0.49 | 39.65 | 0.8 | 0.28 |
| Hex | 81 | 5A | E | 0 | 1E | 59 | 31 | 28 | 50 | 1C |
| Octal | 201 | 132 | 16 | 0 | 36 | 131 | 61 | 50 | 120 | 34 |
| Binary | 10000001 | 1011010 | 1110 | 0 | 11110 | 1011001 | 110001 | 101000 | 1010000 | 11100 |
Color Harmonies of #815A0E
Complementary color
Monochromatic Colors of #815A0E
Black with #815A0E
Text Example
Text Example
White with #815A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A0E; }
p { color: rgb(129,90,14); }
H1.HeaderClassName
{
color: #815A0E;
}
.AnyTagClassName
{
color: #815A0E;
}
</style>
background-color css
<style>
a { background-color: #815A0E; }
a { background-color: rgb(129,90,14); }
div.DivClassName
{
background-color: #815A0E;
}
.BgClassName
{
background-color: #815A0E;
}
</style>
border-color css
<style>
span { border-color: #815A0E; }
span { border-color: rgb(129,90,14); }
td.TdClassName
{
border-color: #815A0E;
}
.TagClassName
{
border-color: #815A0E;
}
</style>