Shades of Burnt Umber #88290C
Tints of Burnt Umber #88290C
RGB
CMYK
RGB Variations
Color information
#88290C (or 0x88290C) is known color: Burnt Umber. HEX triplet: 88, 29 and 0C. RGB value is (136,41,12). Sum of RGB (Red+Green+Blue) = 136+41+12=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88290C is #77D6F3. Grayscale: #424242. Windows color (decimal): -7853812 or 797064. OLE color: 797064.
HSL color Cylindrical-coordinate representation of color #88290C: hue angle of 14.03º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88290C is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 12 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.47 |
| HSL | 14.03º | 0.84% | 0.29% | - |
| HSV(B) | 14.03º | 0.91% | 0.53% | - |
| XYZ | 11.01 | 6.85 | 1.09 | - |
| YUV | 66.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 12 | 0 | 0.70 | 0.91 | 0.47 | 14.03 | 0.84 | 0.29 |
| Hex | 88 | 29 | C | 0 | 46 | 5B | 2F | E | 54 | 1D |
| Octal | 210 | 51 | 14 | 0 | 106 | 133 | 57 | 16 | 124 | 35 |
| Binary | 10001000 | 101001 | 1100 | 0 | 1000110 | 1011011 | 101111 | 1110 | 1010100 | 11101 |
Color Harmonies of #88290C
Complementary color
Monochromatic Colors of #88290C
Black with #88290C
Text Example
Text Example
White with #88290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88290C; }
p { color: rgb(136,41,12); }
H1.HeaderClassName
{
color: #88290C;
}
.AnyTagClassName
{
color: #88290C;
}
</style>
background-color css
<style>
a { background-color: #88290C; }
a { background-color: rgb(136,41,12); }
div.DivClassName
{
background-color: #88290C;
}
.BgClassName
{
background-color: #88290C;
}
</style>
border-color css
<style>
span { border-color: #88290C; }
span { border-color: rgb(136,41,12); }
td.TdClassName
{
border-color: #88290C;
}
.TagClassName
{
border-color: #88290C;
}
</style>