Shades of Burnt Umber #8E3327
Tints of Burnt Umber #8E3327
RGB
CMYK
RGB Variations
Color information
#8E3327 (or 0x8E3327) is known color: Burnt Umber. HEX triplet: 8E, 33 and 27. RGB value is (142,51,39). Sum of RGB (Red+Green+Blue) = 142+51+39=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3327 is #71CCD8. Grayscale: #4C4C4C. Windows color (decimal): -7458009 or 2569102. OLE color: 2569102.
HSL color Cylindrical-coordinate representation of color #8E3327: hue angle of 6.99º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E3327 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 39 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.44 |
| HSL | 6.99º | 0.57% | 0.35% | - |
| HSV(B) | 6.99º | 0.73% | 0.56% | - |
| XYZ | 12.71 | 8.26 | 2.85 | - |
| YUV | 76.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 39 | 0 | 0.64 | 0.73 | 0.44 | 6.99 | 0.57 | 0.35 |
| Hex | 8E | 33 | 27 | 0 | 40 | 49 | 2C | 7 | 39 | 23 |
| Octal | 216 | 63 | 47 | 0 | 100 | 111 | 54 | 7 | 71 | 43 |
| Binary | 10001110 | 110011 | 100111 | 0 | 1000000 | 1001001 | 101100 | 111 | 111001 | 100011 |
Color Harmonies of #8E3327
Complementary color
Monochromatic Colors of #8E3327
Black with #8E3327
Text Example
Text Example
White with #8E3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3327; }
p { color: rgb(142,51,39); }
H1.HeaderClassName
{
color: #8E3327;
}
.AnyTagClassName
{
color: #8E3327;
}
</style>
background-color css
<style>
a { background-color: #8E3327; }
a { background-color: rgb(142,51,39); }
div.DivClassName
{
background-color: #8E3327;
}
.BgClassName
{
background-color: #8E3327;
}
</style>
border-color css
<style>
span { border-color: #8E3327; }
span { border-color: rgb(142,51,39); }
td.TdClassName
{
border-color: #8E3327;
}
.TagClassName
{
border-color: #8E3327;
}
</style>