Shades of Burnt Umber #882D1F
Tints of Burnt Umber #882D1F
RGB
CMYK
RGB Variations
Color information
#882D1F (or 0x882D1F) is known color: Burnt Umber. HEX triplet: 88, 2D and 1F. RGB value is (136,45,31). Sum of RGB (Red+Green+Blue) = 136+45+31=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D1F is #77D2E0. Grayscale: #464646. Windows color (decimal): -7852769 or 2043272. OLE color: 2043272.
HSL color Cylindrical-coordinate representation of color #882D1F: hue angle of 8º 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 #882D1F is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 31 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.47 |
| HSL | 8º | 0.63% | 0.33% | - |
| HSV(B) | 8º | 0.77% | 0.53% | - |
| XYZ | 11.34 | 7.21 | 2.09 | - |
| YUV | 70.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 31 | 0 | 0.67 | 0.77 | 0.47 | 8 | 0.63 | 0.33 |
| Hex | 88 | 2D | 1F | 0 | 43 | 4D | 2F | 8 | 3F | 21 |
| Octal | 210 | 55 | 37 | 0 | 103 | 115 | 57 | 10 | 77 | 41 |
| Binary | 10001000 | 101101 | 11111 | 0 | 1000011 | 1001101 | 101111 | 1000 | 111111 | 100001 |
Color Harmonies of #882D1F
Complementary color
Monochromatic Colors of #882D1F
Black with #882D1F
Text Example
Text Example
White with #882D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D1F; }
p { color: rgb(136,45,31); }
H1.HeaderClassName
{
color: #882D1F;
}
.AnyTagClassName
{
color: #882D1F;
}
</style>
background-color css
<style>
a { background-color: #882D1F; }
a { background-color: rgb(136,45,31); }
div.DivClassName
{
background-color: #882D1F;
}
.BgClassName
{
background-color: #882D1F;
}
</style>
border-color css
<style>
span { border-color: #882D1F; }
span { border-color: rgb(136,45,31); }
td.TdClassName
{
border-color: #882D1F;
}
.TagClassName
{
border-color: #882D1F;
}
</style>