Shades of Raw Umber #81510D
Tints of Raw Umber #81510D
RGB
CMYK
RGB Variations
Color information
#81510D (or 0x81510D) is known color: Raw Umber. HEX triplet: 81, 51 and 0D. RGB value is (129,81,13). Sum of RGB (Red+Green+Blue) = 129+81+13=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81510D is #7EAEF2. Grayscale: #575757. Windows color (decimal): -8302323 or 872833. OLE color: 872833.
HSL color Cylindrical-coordinate representation of color #81510D: hue angle of 35.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81510D is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 13 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.49 |
| HSL | 35.17º | 0.82% | 0.28% | - |
| HSV(B) | 35.17º | 0.9% | 0.51% | - |
| XYZ | 12.07 | 10.58 | 1.79 | - |
| YUV | 87.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 13 | 0 | 0.37 | 0.90 | 0.49 | 35.17 | 0.82 | 0.28 |
| Hex | 81 | 51 | D | 0 | 25 | 5A | 31 | 23 | 52 | 1C |
| Octal | 201 | 121 | 15 | 0 | 45 | 132 | 61 | 43 | 122 | 34 |
| Binary | 10000001 | 1010001 | 1101 | 0 | 100101 | 1011010 | 110001 | 100011 | 1010010 | 11100 |
Color Harmonies of #81510D
Complementary color
Monochromatic Colors of #81510D
Black with #81510D
Text Example
Text Example
White with #81510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81510D; }
p { color: rgb(129,81,13); }
H1.HeaderClassName
{
color: #81510D;
}
.AnyTagClassName
{
color: #81510D;
}
</style>
background-color css
<style>
a { background-color: #81510D; }
a { background-color: rgb(129,81,13); }
div.DivClassName
{
background-color: #81510D;
}
.BgClassName
{
background-color: #81510D;
}
</style>
border-color css
<style>
span { border-color: #81510D; }
span { border-color: rgb(129,81,13); }
td.TdClassName
{
border-color: #81510D;
}
.TagClassName
{
border-color: #81510D;
}
</style>