Shades of Burnt Umber #81290D
Tints of Burnt Umber #81290D
RGB
CMYK
RGB Variations
Color information
#81290D (or 0x81290D) is known color: Burnt Umber. HEX triplet: 81, 29 and 0D. RGB value is (129,41,13). Sum of RGB (Red+Green+Blue) = 129+41+13=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #81290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81290D is #7ED6F2. Grayscale: #404040. Windows color (decimal): -8312563 or 862593. OLE color: 862593.
HSL color Cylindrical-coordinate representation of color #81290D: hue angle of 14.48º 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 #81290D is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 13 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.49 |
| HSL | 14.48º | 0.82% | 0.28% | - |
| HSV(B) | 14.48º | 0.9% | 0.51% | - |
| XYZ | 9.92 | 6.28 | 1.07 | - |
| YUV | 64.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 13 | 0 | 0.68 | 0.90 | 0.49 | 14.48 | 0.82 | 0.28 |
| Hex | 81 | 29 | D | 0 | 44 | 5A | 31 | E | 52 | 1C |
| Octal | 201 | 51 | 15 | 0 | 104 | 132 | 61 | 16 | 122 | 34 |
| Binary | 10000001 | 101001 | 1101 | 0 | 1000100 | 1011010 | 110001 | 1110 | 1010010 | 11100 |
Color Harmonies of #81290D
Complementary color
Monochromatic Colors of #81290D
Black with #81290D
Text Example
Text Example
White with #81290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81290D; }
p { color: rgb(129,41,13); }
H1.HeaderClassName
{
color: #81290D;
}
.AnyTagClassName
{
color: #81290D;
}
</style>
background-color css
<style>
a { background-color: #81290D; }
a { background-color: rgb(129,41,13); }
div.DivClassName
{
background-color: #81290D;
}
.BgClassName
{
background-color: #81290D;
}
</style>
border-color css
<style>
span { border-color: #81290D; }
span { border-color: rgb(129,41,13); }
td.TdClassName
{
border-color: #81290D;
}
.TagClassName
{
border-color: #81290D;
}
</style>