Shades of Burnt Umber #882B1A
Tints of Burnt Umber #882B1A
RGB
CMYK
RGB Variations
Color information
#882B1A (or 0x882B1A) is known color: Burnt Umber. HEX triplet: 88, 2B and 1A. RGB value is (136,43,26). Sum of RGB (Red+Green+Blue) = 136+43+26=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B1A is #77D4E5. Grayscale: #454545. Windows color (decimal): -7853286 or 1715080. OLE color: 1715080.
HSL color Cylindrical-coordinate representation of color #882B1A: hue angle of 9.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882B1A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 26 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.47 |
| HSL | 9.27º | 0.68% | 0.32% | - |
| HSV(B) | 9.27º | 0.81% | 0.53% | - |
| XYZ | 11.2 | 7.04 | 1.74 | - |
| YUV | 68.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 26 | 0 | 0.68 | 0.81 | 0.47 | 9.27 | 0.68 | 0.32 |
| Hex | 88 | 2B | 1A | 0 | 44 | 51 | 2F | 9 | 44 | 20 |
| Octal | 210 | 53 | 32 | 0 | 104 | 121 | 57 | 11 | 104 | 40 |
| Binary | 10001000 | 101011 | 11010 | 0 | 1000100 | 1010001 | 101111 | 1001 | 1000100 | 100000 |
Color Harmonies of #882B1A
Complementary color
Monochromatic Colors of #882B1A
Black with #882B1A
Text Example
Text Example
White with #882B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B1A; }
p { color: rgb(136,43,26); }
H1.HeaderClassName
{
color: #882B1A;
}
.AnyTagClassName
{
color: #882B1A;
}
</style>
background-color css
<style>
a { background-color: #882B1A; }
a { background-color: rgb(136,43,26); }
div.DivClassName
{
background-color: #882B1A;
}
.BgClassName
{
background-color: #882B1A;
}
</style>
border-color css
<style>
span { border-color: #882B1A; }
span { border-color: rgb(136,43,26); }
td.TdClassName
{
border-color: #882B1A;
}
.TagClassName
{
border-color: #882B1A;
}
</style>