Shades of Burnt Umber #882C13
Tints of Burnt Umber #882C13
RGB
CMYK
RGB Variations
Color information
#882C13 (or 0x882C13) is known color: Burnt Umber. HEX triplet: 88, 2C and 13. RGB value is (136,44,19). Sum of RGB (Red+Green+Blue) = 136+44+19=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #882C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C13 is #77D3EC. Grayscale: #444444. Windows color (decimal): -7853037 or 1256584. OLE color: 1256584.
HSL color Cylindrical-coordinate representation of color #882C13: hue angle of 12.82º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #882C13 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 19 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.47 |
| HSL | 12.82º | 0.75% | 0.3% | - |
| HSV(B) | 12.82º | 0.86% | 0.53% | - |
| XYZ | 11.17 | 7.08 | 1.39 | - |
| YUV | 68.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 19 | 0 | 0.68 | 0.86 | 0.47 | 12.82 | 0.75 | 0.3 |
| Hex | 88 | 2C | 13 | 0 | 44 | 56 | 2F | D | 4B | 1E |
| Octal | 210 | 54 | 23 | 0 | 104 | 126 | 57 | 15 | 113 | 36 |
| Binary | 10001000 | 101100 | 10011 | 0 | 1000100 | 1010110 | 101111 | 1101 | 1001011 | 11110 |
Color Harmonies of #882C13
Complementary color
Monochromatic Colors of #882C13
Black with #882C13
Text Example
Text Example
White with #882C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C13; }
p { color: rgb(136,44,19); }
H1.HeaderClassName
{
color: #882C13;
}
.AnyTagClassName
{
color: #882C13;
}
</style>
background-color css
<style>
a { background-color: #882C13; }
a { background-color: rgb(136,44,19); }
div.DivClassName
{
background-color: #882C13;
}
.BgClassName
{
background-color: #882C13;
}
</style>
border-color css
<style>
span { border-color: #882C13; }
span { border-color: rgb(136,44,19); }
td.TdClassName
{
border-color: #882C13;
}
.TagClassName
{
border-color: #882C13;
}
</style>