Shades of Burnt Umber #88351C
Tints of Burnt Umber #88351C
RGB
CMYK
RGB Variations
Color information
#88351C (or 0x88351C) is known color: Burnt Umber. HEX triplet: 88, 35 and 1C. RGB value is (136,53,28). Sum of RGB (Red+Green+Blue) = 136+53+28=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88351C is #77CAE3. Grayscale: #4B4B4B. Windows color (decimal): -7850724 or 1848712. OLE color: 1848712.
HSL color Cylindrical-coordinate representation of color #88351C: hue angle of 13.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88351C is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 28 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.47 |
| HSL | 13.89º | 0.66% | 0.32% | - |
| HSV(B) | 13.89º | 0.79% | 0.53% | - |
| XYZ | 11.64 | 7.86 | 2 | - |
| YUV | 74.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 28 | 0 | 0.61 | 0.79 | 0.47 | 13.89 | 0.66 | 0.32 |
| Hex | 88 | 35 | 1C | 0 | 3D | 4F | 2F | E | 42 | 20 |
| Octal | 210 | 65 | 34 | 0 | 75 | 117 | 57 | 16 | 102 | 40 |
| Binary | 10001000 | 110101 | 11100 | 0 | 111101 | 1001111 | 101111 | 1110 | 1000010 | 100000 |
Color Harmonies of #88351C
Complementary color
Monochromatic Colors of #88351C
Black with #88351C
Text Example
Text Example
White with #88351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88351C; }
p { color: rgb(136,53,28); }
H1.HeaderClassName
{
color: #88351C;
}
.AnyTagClassName
{
color: #88351C;
}
</style>
background-color css
<style>
a { background-color: #88351C; }
a { background-color: rgb(136,53,28); }
div.DivClassName
{
background-color: #88351C;
}
.BgClassName
{
background-color: #88351C;
}
</style>
border-color css
<style>
span { border-color: #88351C; }
span { border-color: rgb(136,53,28); }
td.TdClassName
{
border-color: #88351C;
}
.TagClassName
{
border-color: #88351C;
}
</style>