Shades of Burnt Umber #882C1F
Tints of Burnt Umber #882C1F
RGB
CMYK
RGB Variations
Color information
#882C1F (or 0x882C1F) is known color: Burnt Umber. HEX triplet: 88, 2C and 1F. RGB value is (136,44,31). Sum of RGB (Red+Green+Blue) = 136+44+31=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #882C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C1F is #77D3E0. Grayscale: #464646. Windows color (decimal): -7853025 or 2043016. OLE color: 2043016.
HSL color Cylindrical-coordinate representation of color #882C1F: hue angle of 7.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882C1F is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 31 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.47 |
| HSL | 7.43º | 0.63% | 0.33% | - |
| HSV(B) | 7.43º | 0.77% | 0.53% | - |
| XYZ | 11.3 | 7.13 | 2.08 | - |
| YUV | 70.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 31 | 0 | 0.68 | 0.77 | 0.47 | 7.43 | 0.63 | 0.33 |
| Hex | 88 | 2C | 1F | 0 | 44 | 4D | 2F | 7 | 3F | 21 |
| Octal | 210 | 54 | 37 | 0 | 104 | 115 | 57 | 7 | 77 | 41 |
| Binary | 10001000 | 101100 | 11111 | 0 | 1000100 | 1001101 | 101111 | 111 | 111111 | 100001 |
Color Harmonies of #882C1F
Complementary color
Monochromatic Colors of #882C1F
Black with #882C1F
Text Example
Text Example
White with #882C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C1F; }
p { color: rgb(136,44,31); }
H1.HeaderClassName
{
color: #882C1F;
}
.AnyTagClassName
{
color: #882C1F;
}
</style>
background-color css
<style>
a { background-color: #882C1F; }
a { background-color: rgb(136,44,31); }
div.DivClassName
{
background-color: #882C1F;
}
.BgClassName
{
background-color: #882C1F;
}
</style>
border-color css
<style>
span { border-color: #882C1F; }
span { border-color: rgb(136,44,31); }
td.TdClassName
{
border-color: #882C1F;
}
.TagClassName
{
border-color: #882C1F;
}
</style>