Shades of Burnt Umber #812F17
Tints of Burnt Umber #812F17
RGB
CMYK
RGB Variations
Color information
#812F17 (or 0x812F17) is known color: Burnt Umber. HEX triplet: 81, 2F and 17. RGB value is (129,47,23). Sum of RGB (Red+Green+Blue) = 129+47+23=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812F17 is #7ED0E8. Grayscale: #444444. Windows color (decimal): -8311017 or 1519489. OLE color: 1519489.
HSL color Cylindrical-coordinate representation of color #812F17: hue angle of 13.58º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #812F17 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 47 | 23 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.49 |
| HSL | 13.58º | 0.7% | 0.3% | - |
| HSV(B) | 13.58º | 0.82% | 0.51% | - |
| XYZ | 10.22 | 6.76 | 1.58 | - |
| YUV | 68.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 23 | 0 | 0.64 | 0.82 | 0.49 | 13.58 | 0.7 | 0.3 |
| Hex | 81 | 2F | 17 | 0 | 40 | 52 | 31 | E | 46 | 1E |
| Octal | 201 | 57 | 27 | 0 | 100 | 122 | 61 | 16 | 106 | 36 |
| Binary | 10000001 | 101111 | 10111 | 0 | 1000000 | 1010010 | 110001 | 1110 | 1000110 | 11110 |
Color Harmonies of #812F17
Complementary color
Monochromatic Colors of #812F17
Black with #812F17
Text Example
Text Example
White with #812F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F17; }
p { color: rgb(129,47,23); }
H1.HeaderClassName
{
color: #812F17;
}
.AnyTagClassName
{
color: #812F17;
}
</style>
background-color css
<style>
a { background-color: #812F17; }
a { background-color: rgb(129,47,23); }
div.DivClassName
{
background-color: #812F17;
}
.BgClassName
{
background-color: #812F17;
}
</style>
border-color css
<style>
span { border-color: #812F17; }
span { border-color: rgb(129,47,23); }
td.TdClassName
{
border-color: #812F17;
}
.TagClassName
{
border-color: #812F17;
}
</style>