Shades of Burnt Umber #8C3924
Tints of Burnt Umber #8C3924
RGB
CMYK
RGB Variations
Color information
#8C3924 (or 0x8C3924) is known color: Burnt Umber. HEX triplet: 8C, 39 and 24. RGB value is (140,57,36). Sum of RGB (Red+Green+Blue) = 140+57+36=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3924 is #73C6DB. Grayscale: #4F4F4F. Windows color (decimal): -7587548 or 2374028. OLE color: 2374028.
HSL color Cylindrical-coordinate representation of color #8C3924: hue angle of 12.12º 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 #8C3924 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 36 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.45 |
| HSL | 12.12º | 0.59% | 0.35% | - |
| HSV(B) | 12.12º | 0.74% | 0.55% | - |
| XYZ | 12.6 | 8.63 | 2.67 | - |
| YUV | 79.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 36 | 0 | 0.59 | 0.74 | 0.45 | 12.12 | 0.59 | 0.35 |
| Hex | 8C | 39 | 24 | 0 | 3B | 4A | 2D | C | 3B | 23 |
| Octal | 214 | 71 | 44 | 0 | 73 | 112 | 55 | 14 | 73 | 43 |
| Binary | 10001100 | 111001 | 100100 | 0 | 111011 | 1001010 | 101101 | 1100 | 111011 | 100011 |
Color Harmonies of #8C3924
Complementary color
Monochromatic Colors of #8C3924
Black with #8C3924
Text Example
Text Example
White with #8C3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3924; }
p { color: rgb(140,57,36); }
H1.HeaderClassName
{
color: #8C3924;
}
.AnyTagClassName
{
color: #8C3924;
}
</style>
background-color css
<style>
a { background-color: #8C3924; }
a { background-color: rgb(140,57,36); }
div.DivClassName
{
background-color: #8C3924;
}
.BgClassName
{
background-color: #8C3924;
}
</style>
border-color css
<style>
span { border-color: #8C3924; }
span { border-color: rgb(140,57,36); }
td.TdClassName
{
border-color: #8C3924;
}
.TagClassName
{
border-color: #8C3924;
}
</style>