Shades of Burnt Umber #882A1B
Tints of Burnt Umber #882A1B
RGB
CMYK
RGB Variations
Color information
#882A1B (or 0x882A1B) is known color: Burnt Umber. HEX triplet: 88, 2A and 1B. RGB value is (136,42,27). Sum of RGB (Red+Green+Blue) = 136+42+27=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A1B is #77D5E4. Grayscale: #444444. Windows color (decimal): -7853541 or 1780360. OLE color: 1780360.
HSL color Cylindrical-coordinate representation of color #882A1B: hue angle of 8.26º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882A1B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 27 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.47 |
| HSL | 8.26º | 0.67% | 0.32% | - |
| HSV(B) | 8.26º | 0.8% | 0.53% | - |
| XYZ | 11.18 | 6.97 | 1.79 | - |
| YUV | 68.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 27 | 0 | 0.69 | 0.80 | 0.47 | 8.26 | 0.67 | 0.32 |
| Hex | 88 | 2A | 1B | 0 | 45 | 50 | 2F | 8 | 43 | 20 |
| Octal | 210 | 52 | 33 | 0 | 105 | 120 | 57 | 10 | 103 | 40 |
| Binary | 10001000 | 101010 | 11011 | 0 | 1000101 | 1010000 | 101111 | 1000 | 1000011 | 100000 |
Color Harmonies of #882A1B
Complementary color
Monochromatic Colors of #882A1B
Black with #882A1B
Text Example
Text Example
White with #882A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A1B; }
p { color: rgb(136,42,27); }
H1.HeaderClassName
{
color: #882A1B;
}
.AnyTagClassName
{
color: #882A1B;
}
</style>
background-color css
<style>
a { background-color: #882A1B; }
a { background-color: rgb(136,42,27); }
div.DivClassName
{
background-color: #882A1B;
}
.BgClassName
{
background-color: #882A1B;
}
</style>
border-color css
<style>
span { border-color: #882A1B; }
span { border-color: rgb(136,42,27); }
td.TdClassName
{
border-color: #882A1B;
}
.TagClassName
{
border-color: #882A1B;
}
</style>