Shades of Burnt Umber #8C3424
Tints of Burnt Umber #8C3424
RGB
CMYK
RGB Variations
Color information
#8C3424 (or 0x8C3424) is known color: Burnt Umber. HEX triplet: 8C, 34 and 24. RGB value is (140,52,36). Sum of RGB (Red+Green+Blue) = 140+52+36=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3424 is #73CBDB. Grayscale: #4C4C4C. Windows color (decimal): -7588828 or 2372748. OLE color: 2372748.
HSL color Cylindrical-coordinate representation of color #8C3424: hue angle of 9.23º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3424 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 36 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.45 |
| HSL | 9.23º | 0.59% | 0.35% | - |
| HSV(B) | 9.23º | 0.74% | 0.55% | - |
| XYZ | 12.36 | 8.16 | 2.59 | - |
| YUV | 76.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 36 | 0 | 0.63 | 0.74 | 0.45 | 9.23 | 0.59 | 0.35 |
| Hex | 8C | 34 | 24 | 0 | 3F | 4A | 2D | 9 | 3B | 23 |
| Octal | 214 | 64 | 44 | 0 | 77 | 112 | 55 | 11 | 73 | 43 |
| Binary | 10001100 | 110100 | 100100 | 0 | 111111 | 1001010 | 101101 | 1001 | 111011 | 100011 |
Color Harmonies of #8C3424
Complementary color
Monochromatic Colors of #8C3424
Black with #8C3424
Text Example
Text Example
White with #8C3424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3424; }
p { color: rgb(140,52,36); }
H1.HeaderClassName
{
color: #8C3424;
}
.AnyTagClassName
{
color: #8C3424;
}
</style>
background-color css
<style>
a { background-color: #8C3424; }
a { background-color: rgb(140,52,36); }
div.DivClassName
{
background-color: #8C3424;
}
.BgClassName
{
background-color: #8C3424;
}
</style>
border-color css
<style>
span { border-color: #8C3424; }
span { border-color: rgb(140,52,36); }
td.TdClassName
{
border-color: #8C3424;
}
.TagClassName
{
border-color: #8C3424;
}
</style>