Shades of Burnt Umber #882A17
Tints of Burnt Umber #882A17
RGB
CMYK
RGB Variations
Color information
#882A17 (or 0x882A17) is known color: Burnt Umber. HEX triplet: 88, 2A and 17. RGB value is (136,42,23). Sum of RGB (Red+Green+Blue) = 136+42+23=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #882A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882A17 is #77D5E8. Grayscale: #444444. Windows color (decimal): -7853545 or 1518216. OLE color: 1518216.
HSL color Cylindrical-coordinate representation of color #882A17: hue angle of 10.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882A17 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 23 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.47 |
| HSL | 10.09º | 0.71% | 0.31% | - |
| HSV(B) | 10.09º | 0.83% | 0.53% | - |
| XYZ | 11.14 | 6.95 | 1.57 | - |
| YUV | 67.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 23 | 0 | 0.69 | 0.83 | 0.47 | 10.09 | 0.71 | 0.31 |
| Hex | 88 | 2A | 17 | 0 | 45 | 53 | 2F | A | 47 | 1F |
| Octal | 210 | 52 | 27 | 0 | 105 | 123 | 57 | 12 | 107 | 37 |
| Binary | 10001000 | 101010 | 10111 | 0 | 1000101 | 1010011 | 101111 | 1010 | 1000111 | 11111 |
Color Harmonies of #882A17
Complementary color
Monochromatic Colors of #882A17
Black with #882A17
Text Example
Text Example
White with #882A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A17; }
p { color: rgb(136,42,23); }
H1.HeaderClassName
{
color: #882A17;
}
.AnyTagClassName
{
color: #882A17;
}
</style>
background-color css
<style>
a { background-color: #882A17; }
a { background-color: rgb(136,42,23); }
div.DivClassName
{
background-color: #882A17;
}
.BgClassName
{
background-color: #882A17;
}
</style>
border-color css
<style>
span { border-color: #882A17; }
span { border-color: rgb(136,42,23); }
td.TdClassName
{
border-color: #882A17;
}
.TagClassName
{
border-color: #882A17;
}
</style>