Shades of Burnt Umber #882F19
Tints of Burnt Umber #882F19
RGB
CMYK
RGB Variations
Color information
#882F19 (or 0x882F19) is known color: Burnt Umber. HEX triplet: 88, 2F and 19. RGB value is (136,47,25). Sum of RGB (Red+Green+Blue) = 136+47+25=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #882F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F19 is #77D0E6. Grayscale: #474747. Windows color (decimal): -7852263 or 1650568. OLE color: 1650568.
HSL color Cylindrical-coordinate representation of color #882F19: hue angle of 11.89º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882F19 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 25 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.47 |
| HSL | 11.89º | 0.69% | 0.32% | - |
| HSV(B) | 11.89º | 0.82% | 0.53% | - |
| XYZ | 11.35 | 7.34 | 1.74 | - |
| YUV | 71.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 25 | 0 | 0.65 | 0.82 | 0.47 | 11.89 | 0.69 | 0.32 |
| Hex | 88 | 2F | 19 | 0 | 41 | 52 | 2F | C | 45 | 20 |
| Octal | 210 | 57 | 31 | 0 | 101 | 122 | 57 | 14 | 105 | 40 |
| Binary | 10001000 | 101111 | 11001 | 0 | 1000001 | 1010010 | 101111 | 1100 | 1000101 | 100000 |
Color Harmonies of #882F19
Complementary color
Monochromatic Colors of #882F19
Black with #882F19
Text Example
Text Example
White with #882F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F19; }
p { color: rgb(136,47,25); }
H1.HeaderClassName
{
color: #882F19;
}
.AnyTagClassName
{
color: #882F19;
}
</style>
background-color css
<style>
a { background-color: #882F19; }
a { background-color: rgb(136,47,25); }
div.DivClassName
{
background-color: #882F19;
}
.BgClassName
{
background-color: #882F19;
}
</style>
border-color css
<style>
span { border-color: #882F19; }
span { border-color: rgb(136,47,25); }
td.TdClassName
{
border-color: #882F19;
}
.TagClassName
{
border-color: #882F19;
}
</style>