Shades of Burnt Umber #882F10
Tints of Burnt Umber #882F10
RGB
CMYK
RGB Variations
Color information
#882F10 (or 0x882F10) is known color: Burnt Umber. HEX triplet: 88, 2F and 10. RGB value is (136,47,16). Sum of RGB (Red+Green+Blue) = 136+47+16=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #882F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F10 is #77D0EF. Grayscale: #464646. Windows color (decimal): -7852272 or 1060744. OLE color: 1060744.
HSL color Cylindrical-coordinate representation of color #882F10: hue angle of 15.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #882F10 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 16 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.47 |
| HSL | 15.5º | 0.79% | 0.3% | - |
| HSV(B) | 15.5º | 0.88% | 0.53% | - |
| XYZ | 11.26 | 7.3 | 1.31 | - |
| YUV | 70.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 16 | 0 | 0.65 | 0.88 | 0.47 | 15.5 | 0.79 | 0.3 |
| Hex | 88 | 2F | 10 | 0 | 41 | 58 | 2F | 10 | 4F | 1E |
| Octal | 210 | 57 | 20 | 0 | 101 | 130 | 57 | 20 | 117 | 36 |
| Binary | 10001000 | 101111 | 10000 | 0 | 1000001 | 1011000 | 101111 | 10000 | 1001111 | 11110 |
Color Harmonies of #882F10
Complementary color
Monochromatic Colors of #882F10
Black with #882F10
Text Example
Text Example
White with #882F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F10; }
p { color: rgb(136,47,16); }
H1.HeaderClassName
{
color: #882F10;
}
.AnyTagClassName
{
color: #882F10;
}
</style>
background-color css
<style>
a { background-color: #882F10; }
a { background-color: rgb(136,47,16); }
div.DivClassName
{
background-color: #882F10;
}
.BgClassName
{
background-color: #882F10;
}
</style>
border-color css
<style>
span { border-color: #882F10; }
span { border-color: rgb(136,47,16); }
td.TdClassName
{
border-color: #882F10;
}
.TagClassName
{
border-color: #882F10;
}
</style>