Shades of Burnt Umber #882D14
Tints of Burnt Umber #882D14
RGB
CMYK
RGB Variations
Color information
#882D14 (or 0x882D14) is known color: Burnt Umber. HEX triplet: 88, 2D and 14. RGB value is (136,45,20). Sum of RGB (Red+Green+Blue) = 136+45+20=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #882D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D14 is #77D2EB. Grayscale: #454545. Windows color (decimal): -7852780 or 1322376. OLE color: 1322376.
HSL color Cylindrical-coordinate representation of color #882D14: hue angle of 12.93º 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 #882D14 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 20 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.47 |
| HSL | 12.93º | 0.74% | 0.31% | - |
| HSV(B) | 12.93º | 0.85% | 0.53% | - |
| XYZ | 11.22 | 7.16 | 1.45 | - |
| YUV | 69.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 20 | 0 | 0.67 | 0.85 | 0.47 | 12.93 | 0.74 | 0.31 |
| Hex | 88 | 2D | 14 | 0 | 43 | 55 | 2F | D | 4A | 1F |
| Octal | 210 | 55 | 24 | 0 | 103 | 125 | 57 | 15 | 112 | 37 |
| Binary | 10001000 | 101101 | 10100 | 0 | 1000011 | 1010101 | 101111 | 1101 | 1001010 | 11111 |
Color Harmonies of #882D14
Complementary color
Monochromatic Colors of #882D14
Black with #882D14
Text Example
Text Example
White with #882D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D14; }
p { color: rgb(136,45,20); }
H1.HeaderClassName
{
color: #882D14;
}
.AnyTagClassName
{
color: #882D14;
}
</style>
background-color css
<style>
a { background-color: #882D14; }
a { background-color: rgb(136,45,20); }
div.DivClassName
{
background-color: #882D14;
}
.BgClassName
{
background-color: #882D14;
}
</style>
border-color css
<style>
span { border-color: #882D14; }
span { border-color: rgb(136,45,20); }
td.TdClassName
{
border-color: #882D14;
}
.TagClassName
{
border-color: #882D14;
}
</style>