Shades of Burnt Umber #88321D
Tints of Burnt Umber #88321D
RGB
CMYK
RGB Variations
Color information
#88321D (or 0x88321D) is known color: Burnt Umber. HEX triplet: 88, 32 and 1D. RGB value is (136,50,29). Sum of RGB (Red+Green+Blue) = 136+50+29=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88321D is #77CDE2. Grayscale: #494949. Windows color (decimal): -7851491 or 1913480. OLE color: 1913480.
HSL color Cylindrical-coordinate representation of color #88321D: hue angle of 11.78º degrees, saturation: 0.65, 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 #88321D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 29 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.47 |
| HSL | 11.78º | 0.65% | 0.32% | - |
| HSV(B) | 11.78º | 0.79% | 0.53% | - |
| XYZ | 11.52 | 7.6 | 2.02 | - |
| YUV | 73.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 29 | 0 | 0.63 | 0.79 | 0.47 | 11.78 | 0.65 | 0.32 |
| Hex | 88 | 32 | 1D | 0 | 3F | 4F | 2F | C | 41 | 20 |
| Octal | 210 | 62 | 35 | 0 | 77 | 117 | 57 | 14 | 101 | 40 |
| Binary | 10001000 | 110010 | 11101 | 0 | 111111 | 1001111 | 101111 | 1100 | 1000001 | 100000 |
Color Harmonies of #88321D
Complementary color
Monochromatic Colors of #88321D
Black with #88321D
Text Example
Text Example
White with #88321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88321D; }
p { color: rgb(136,50,29); }
H1.HeaderClassName
{
color: #88321D;
}
.AnyTagClassName
{
color: #88321D;
}
</style>
background-color css
<style>
a { background-color: #88321D; }
a { background-color: rgb(136,50,29); }
div.DivClassName
{
background-color: #88321D;
}
.BgClassName
{
background-color: #88321D;
}
</style>
border-color css
<style>
span { border-color: #88321D; }
span { border-color: rgb(136,50,29); }
td.TdClassName
{
border-color: #88321D;
}
.TagClassName
{
border-color: #88321D;
}
</style>