Shades of Burnt Umber #882C1B
Tints of Burnt Umber #882C1B
RGB
CMYK
RGB Variations
Color information
#882C1B (or 0x882C1B) is known color: Burnt Umber. HEX triplet: 88, 2C and 1B. RGB value is (136,44,27). Sum of RGB (Red+Green+Blue) = 136+44+27=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C1B is #77D3E4. Grayscale: #454545. Windows color (decimal): -7853029 or 1780872. OLE color: 1780872.
HSL color Cylindrical-coordinate representation of color #882C1B: hue angle of 9.36º 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 #882C1B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 27 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.47 |
| HSL | 9.36º | 0.67% | 0.32% | - |
| HSV(B) | 9.36º | 0.8% | 0.53% | - |
| XYZ | 11.25 | 7.11 | 1.82 | - |
| YUV | 69.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 27 | 0 | 0.68 | 0.80 | 0.47 | 9.36 | 0.67 | 0.32 |
| Hex | 88 | 2C | 1B | 0 | 44 | 50 | 2F | 9 | 43 | 20 |
| Octal | 210 | 54 | 33 | 0 | 104 | 120 | 57 | 11 | 103 | 40 |
| Binary | 10001000 | 101100 | 11011 | 0 | 1000100 | 1010000 | 101111 | 1001 | 1000011 | 100000 |
Color Harmonies of #882C1B
Complementary color
Monochromatic Colors of #882C1B
Black with #882C1B
Text Example
Text Example
White with #882C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C1B; }
p { color: rgb(136,44,27); }
H1.HeaderClassName
{
color: #882C1B;
}
.AnyTagClassName
{
color: #882C1B;
}
</style>
background-color css
<style>
a { background-color: #882C1B; }
a { background-color: rgb(136,44,27); }
div.DivClassName
{
background-color: #882C1B;
}
.BgClassName
{
background-color: #882C1B;
}
</style>
border-color css
<style>
span { border-color: #882C1B; }
span { border-color: rgb(136,44,27); }
td.TdClassName
{
border-color: #882C1B;
}
.TagClassName
{
border-color: #882C1B;
}
</style>