Shades of Burnt Umber #882C14
Tints of Burnt Umber #882C14
RGB
CMYK
RGB Variations
Color information
#882C14 (or 0x882C14) is known color: Burnt Umber. HEX triplet: 88, 2C and 14. RGB value is (136,44,20). Sum of RGB (Red+Green+Blue) = 136+44+20=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #882C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C14 is #77D3EB. Grayscale: #444444. Windows color (decimal): -7853036 or 1322120. OLE color: 1322120.
HSL color Cylindrical-coordinate representation of color #882C14: hue angle of 12.41º 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 #882C14 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 20 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.47 |
| HSL | 12.41º | 0.74% | 0.31% | - |
| HSV(B) | 12.41º | 0.85% | 0.53% | - |
| XYZ | 11.18 | 7.09 | 1.44 | - |
| YUV | 68.77 | 100.48 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 20 | 0 | 0.68 | 0.85 | 0.47 | 12.41 | 0.74 | 0.31 |
| Hex | 88 | 2C | 14 | 0 | 44 | 55 | 2F | C | 4A | 1F |
| Octal | 210 | 54 | 24 | 0 | 104 | 125 | 57 | 14 | 112 | 37 |
| Binary | 10001000 | 101100 | 10100 | 0 | 1000100 | 1010101 | 101111 | 1100 | 1001010 | 11111 |
Color Harmonies of #882C14
Complementary color
Monochromatic Colors of #882C14
Black with #882C14
Text Example
Text Example
White with #882C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C14; }
p { color: rgb(136,44,20); }
H1.HeaderClassName
{
color: #882C14;
}
.AnyTagClassName
{
color: #882C14;
}
</style>
background-color css
<style>
a { background-color: #882C14; }
a { background-color: rgb(136,44,20); }
div.DivClassName
{
background-color: #882C14;
}
.BgClassName
{
background-color: #882C14;
}
</style>
border-color css
<style>
span { border-color: #882C14; }
span { border-color: rgb(136,44,20); }
td.TdClassName
{
border-color: #882C14;
}
.TagClassName
{
border-color: #882C14;
}
</style>