Shades of Burnt Umber #882D13
Tints of Burnt Umber #882D13
RGB
CMYK
RGB Variations
Color information
#882D13 (or 0x882D13) is known color: Burnt Umber. HEX triplet: 88, 2D and 13. RGB value is (136,45,19). Sum of RGB (Red+Green+Blue) = 136+45+19=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #882D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882D13 is #77D2EC. Grayscale: #454545. Windows color (decimal): -7852781 or 1256840. OLE color: 1256840.
HSL color Cylindrical-coordinate representation of color #882D13: hue angle of 13.33º 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 #882D13 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 19 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.47 |
| HSL | 13.33º | 0.75% | 0.3% | - |
| HSV(B) | 13.33º | 0.86% | 0.53% | - |
| XYZ | 11.21 | 7.16 | 1.41 | - |
| YUV | 69.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 19 | 0 | 0.67 | 0.86 | 0.47 | 13.33 | 0.75 | 0.3 |
| Hex | 88 | 2D | 13 | 0 | 43 | 56 | 2F | D | 4B | 1E |
| Octal | 210 | 55 | 23 | 0 | 103 | 126 | 57 | 15 | 113 | 36 |
| Binary | 10001000 | 101101 | 10011 | 0 | 1000011 | 1010110 | 101111 | 1101 | 1001011 | 11110 |
Color Harmonies of #882D13
Complementary color
Monochromatic Colors of #882D13
Black with #882D13
Text Example
Text Example
White with #882D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D13; }
p { color: rgb(136,45,19); }
H1.HeaderClassName
{
color: #882D13;
}
.AnyTagClassName
{
color: #882D13;
}
</style>
background-color css
<style>
a { background-color: #882D13; }
a { background-color: rgb(136,45,19); }
div.DivClassName
{
background-color: #882D13;
}
.BgClassName
{
background-color: #882D13;
}
</style>
border-color css
<style>
span { border-color: #882D13; }
span { border-color: rgb(136,45,19); }
td.TdClassName
{
border-color: #882D13;
}
.TagClassName
{
border-color: #882D13;
}
</style>