Shades of Burnt Umber #882A20
Tints of Burnt Umber #882A20
RGB
CMYK
RGB Variations
Color information
#882A20 (or 0x882A20) is known color: Burnt Umber. HEX triplet: 88, 2A and 20. RGB value is (136,42,32). Sum of RGB (Red+Green+Blue) = 136+42+32=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A20 is #77D5DF. Grayscale: #454545. Windows color (decimal): -7853536 or 2108040. OLE color: 2108040.
HSL color Cylindrical-coordinate representation of color #882A20: hue angle of 5.77º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882A20 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 32 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.47 |
| HSL | 5.77º | 0.62% | 0.33% | - |
| HSV(B) | 5.77º | 0.76% | 0.53% | - |
| XYZ | 11.24 | 6.99 | 2.12 | - |
| YUV | 68.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 32 | 0 | 0.69 | 0.76 | 0.47 | 5.77 | 0.62 | 0.33 |
| Hex | 88 | 2A | 20 | 0 | 45 | 4C | 2F | 6 | 3E | 21 |
| Octal | 210 | 52 | 40 | 0 | 105 | 114 | 57 | 6 | 76 | 41 |
| Binary | 10001000 | 101010 | 100000 | 0 | 1000101 | 1001100 | 101111 | 110 | 111110 | 100001 |
Color Harmonies of #882A20
Complementary color
Monochromatic Colors of #882A20
Black with #882A20
Text Example
Text Example
White with #882A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A20; }
p { color: rgb(136,42,32); }
H1.HeaderClassName
{
color: #882A20;
}
.AnyTagClassName
{
color: #882A20;
}
</style>
background-color css
<style>
a { background-color: #882A20; }
a { background-color: rgb(136,42,32); }
div.DivClassName
{
background-color: #882A20;
}
.BgClassName
{
background-color: #882A20;
}
</style>
border-color css
<style>
span { border-color: #882A20; }
span { border-color: rgb(136,42,32); }
td.TdClassName
{
border-color: #882A20;
}
.TagClassName
{
border-color: #882A20;
}
</style>