Shades of Burnt Umber #88301C
Tints of Burnt Umber #88301C
RGB
CMYK
RGB Variations
Color information
#88301C (or 0x88301C) is known color: Burnt Umber. HEX triplet: 88, 30 and 1C. RGB value is (136,48,28). Sum of RGB (Red+Green+Blue) = 136+48+28=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88301C is #77CFE3. Grayscale: #484848. Windows color (decimal): -7852004 or 1847432. OLE color: 1847432.
HSL color Cylindrical-coordinate representation of color #88301C: hue angle of 11.11º 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 #88301C is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 28 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.47 |
| HSL | 11.11º | 0.66% | 0.32% | - |
| HSV(B) | 11.11º | 0.79% | 0.53% | - |
| XYZ | 11.42 | 7.43 | 1.93 | - |
| YUV | 72.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 28 | 0 | 0.65 | 0.79 | 0.47 | 11.11 | 0.66 | 0.32 |
| Hex | 88 | 30 | 1C | 0 | 41 | 4F | 2F | B | 42 | 20 |
| Octal | 210 | 60 | 34 | 0 | 101 | 117 | 57 | 13 | 102 | 40 |
| Binary | 10001000 | 110000 | 11100 | 0 | 1000001 | 1001111 | 101111 | 1011 | 1000010 | 100000 |
Color Harmonies of #88301C
Complementary color
Monochromatic Colors of #88301C
Black with #88301C
Text Example
Text Example
White with #88301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88301C; }
p { color: rgb(136,48,28); }
H1.HeaderClassName
{
color: #88301C;
}
.AnyTagClassName
{
color: #88301C;
}
</style>
background-color css
<style>
a { background-color: #88301C; }
a { background-color: rgb(136,48,28); }
div.DivClassName
{
background-color: #88301C;
}
.BgClassName
{
background-color: #88301C;
}
</style>
border-color css
<style>
span { border-color: #88301C; }
span { border-color: rgb(136,48,28); }
td.TdClassName
{
border-color: #88301C;
}
.TagClassName
{
border-color: #88301C;
}
</style>