Shades of Burnt Umber #882F14
Tints of Burnt Umber #882F14
RGB
CMYK
RGB Variations
Color information
#882F14 (or 0x882F14) is known color: Burnt Umber. HEX triplet: 88, 2F and 14. RGB value is (136,47,20). Sum of RGB (Red+Green+Blue) = 136+47+20=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #882F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F14 is #77D0EB. Grayscale: #464646. Windows color (decimal): -7852268 or 1322888. OLE color: 1322888.
HSL color Cylindrical-coordinate representation of color #882F14: hue angle of 13.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #882F14 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 20 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.47 |
| HSL | 13.97º | 0.74% | 0.31% | - |
| HSV(B) | 13.97º | 0.85% | 0.53% | - |
| XYZ | 11.3 | 7.32 | 1.48 | - |
| YUV | 70.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 20 | 0 | 0.65 | 0.85 | 0.47 | 13.97 | 0.74 | 0.31 |
| Hex | 88 | 2F | 14 | 0 | 41 | 55 | 2F | E | 4A | 1F |
| Octal | 210 | 57 | 24 | 0 | 101 | 125 | 57 | 16 | 112 | 37 |
| Binary | 10001000 | 101111 | 10100 | 0 | 1000001 | 1010101 | 101111 | 1110 | 1001010 | 11111 |
Color Harmonies of #882F14
Complementary color
Monochromatic Colors of #882F14
Black with #882F14
Text Example
Text Example
White with #882F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F14; }
p { color: rgb(136,47,20); }
H1.HeaderClassName
{
color: #882F14;
}
.AnyTagClassName
{
color: #882F14;
}
</style>
background-color css
<style>
a { background-color: #882F14; }
a { background-color: rgb(136,47,20); }
div.DivClassName
{
background-color: #882F14;
}
.BgClassName
{
background-color: #882F14;
}
</style>
border-color css
<style>
span { border-color: #882F14; }
span { border-color: rgb(136,47,20); }
td.TdClassName
{
border-color: #882F14;
}
.TagClassName
{
border-color: #882F14;
}
</style>