Shades of Burnt Umber #882918
Tints of Burnt Umber #882918
RGB
CMYK
RGB Variations
Color information
#882918 (or 0x882918) is known color: Burnt Umber. HEX triplet: 88, 29 and 18. RGB value is (136,41,24). Sum of RGB (Red+Green+Blue) = 136+41+24=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #882918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882918 is #77D6E7. Grayscale: #434343. Windows color (decimal): -7853800 or 1583496. OLE color: 1583496.
HSL color Cylindrical-coordinate representation of color #882918: hue angle of 9.11º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882918 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 24 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.47 |
| HSL | 9.11º | 0.7% | 0.31% | - |
| HSV(B) | 9.11º | 0.82% | 0.53% | - |
| XYZ | 11.11 | 6.89 | 1.61 | - |
| YUV | 67.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 24 | 0 | 0.70 | 0.82 | 0.47 | 9.11 | 0.7 | 0.31 |
| Hex | 88 | 29 | 18 | 0 | 46 | 52 | 2F | 9 | 46 | 1F |
| Octal | 210 | 51 | 30 | 0 | 106 | 122 | 57 | 11 | 106 | 37 |
| Binary | 10001000 | 101001 | 11000 | 0 | 1000110 | 1010010 | 101111 | 1001 | 1000110 | 11111 |
Color Harmonies of #882918
Complementary color
Monochromatic Colors of #882918
Black with #882918
Text Example
Text Example
White with #882918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882918; }
p { color: rgb(136,41,24); }
H1.HeaderClassName
{
color: #882918;
}
.AnyTagClassName
{
color: #882918;
}
</style>
background-color css
<style>
a { background-color: #882918; }
a { background-color: rgb(136,41,24); }
div.DivClassName
{
background-color: #882918;
}
.BgClassName
{
background-color: #882918;
}
</style>
border-color css
<style>
span { border-color: #882918; }
span { border-color: rgb(136,41,24); }
td.TdClassName
{
border-color: #882918;
}
.TagClassName
{
border-color: #882918;
}
</style>