Shades of Burnt Umber #8E3924
Tints of Burnt Umber #8E3924
RGB
CMYK
RGB Variations
Color information
#8E3924 (or 0x8E3924) is known color: Burnt Umber. HEX triplet: 8E, 39 and 24. RGB value is (142,57,36). Sum of RGB (Red+Green+Blue) = 142+57+36=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3924 is #71C6DB. Grayscale: #505050. Windows color (decimal): -7456476 or 2374030. OLE color: 2374030.
HSL color Cylindrical-coordinate representation of color #8E3924: hue angle of 11.89º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E3924 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 36 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.44 |
| HSL | 11.89º | 0.6% | 0.35% | - |
| HSV(B) | 11.89º | 0.75% | 0.56% | - |
| XYZ | 12.94 | 8.8 | 2.69 | - |
| YUV | 80.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 36 | 0 | 0.60 | 0.75 | 0.44 | 11.89 | 0.6 | 0.35 |
| Hex | 8E | 39 | 24 | 0 | 3C | 4B | 2C | C | 3C | 23 |
| Octal | 216 | 71 | 44 | 0 | 74 | 113 | 54 | 14 | 74 | 43 |
| Binary | 10001110 | 111001 | 100100 | 0 | 111100 | 1001011 | 101100 | 1100 | 111100 | 100011 |
Color Harmonies of #8E3924
Complementary color
Monochromatic Colors of #8E3924
Black with #8E3924
Text Example
Text Example
White with #8E3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3924; }
p { color: rgb(142,57,36); }
H1.HeaderClassName
{
color: #8E3924;
}
.AnyTagClassName
{
color: #8E3924;
}
</style>
background-color css
<style>
a { background-color: #8E3924; }
a { background-color: rgb(142,57,36); }
div.DivClassName
{
background-color: #8E3924;
}
.BgClassName
{
background-color: #8E3924;
}
</style>
border-color css
<style>
span { border-color: #8E3924; }
span { border-color: rgb(142,57,36); }
td.TdClassName
{
border-color: #8E3924;
}
.TagClassName
{
border-color: #8E3924;
}
</style>