Shades of Raw Umber #81510F
Tints of Raw Umber #81510F
RGB
CMYK
RGB Variations
Color information
#81510F (or 0x81510F) is known color: Raw Umber. HEX triplet: 81, 51 and 0F. RGB value is (129,81,15). Sum of RGB (Red+Green+Blue) = 129+81+15=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81510F is #7EAEF0. Grayscale: #585858. Windows color (decimal): -8302321 or 1003905. OLE color: 1003905.
HSL color Cylindrical-coordinate representation of color #81510F: hue angle of 34.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81510F is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 15 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.49 |
| HSL | 34.74º | 0.79% | 0.28% | - |
| HSV(B) | 34.74º | 0.88% | 0.51% | - |
| XYZ | 12.08 | 10.59 | 1.86 | - |
| YUV | 87.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 15 | 0 | 0.37 | 0.88 | 0.49 | 34.74 | 0.79 | 0.28 |
| Hex | 81 | 51 | F | 0 | 25 | 58 | 31 | 23 | 4F | 1C |
| Octal | 201 | 121 | 17 | 0 | 45 | 130 | 61 | 43 | 117 | 34 |
| Binary | 10000001 | 1010001 | 1111 | 0 | 100101 | 1011000 | 110001 | 100011 | 1001111 | 11100 |
Color Harmonies of #81510F
Complementary color
Monochromatic Colors of #81510F
Black with #81510F
Text Example
Text Example
White with #81510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81510F; }
p { color: rgb(129,81,15); }
H1.HeaderClassName
{
color: #81510F;
}
.AnyTagClassName
{
color: #81510F;
}
</style>
background-color css
<style>
a { background-color: #81510F; }
a { background-color: rgb(129,81,15); }
div.DivClassName
{
background-color: #81510F;
}
.BgClassName
{
background-color: #81510F;
}
</style>
border-color css
<style>
span { border-color: #81510F; }
span { border-color: rgb(129,81,15); }
td.TdClassName
{
border-color: #81510F;
}
.TagClassName
{
border-color: #81510F;
}
</style>