Shades of Burnt Umber #8C3724
Tints of Burnt Umber #8C3724
RGB
CMYK
RGB Variations
Color information
#8C3724 (or 0x8C3724) is known color: Burnt Umber. HEX triplet: 8C, 37 and 24. RGB value is (140,55,36). Sum of RGB (Red+Green+Blue) = 140+55+36=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3724 is #73C8DB. Grayscale: #4E4E4E. Windows color (decimal): -7588060 or 2373516. OLE color: 2373516.
HSL color Cylindrical-coordinate representation of color #8C3724: hue angle of 10.96º 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 #8C3724 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 36 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.45 |
| HSL | 10.96º | 0.59% | 0.35% | - |
| HSV(B) | 10.96º | 0.74% | 0.55% | - |
| XYZ | 12.5 | 8.44 | 2.64 | - |
| YUV | 78.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 36 | 0 | 0.61 | 0.74 | 0.45 | 10.96 | 0.59 | 0.35 |
| Hex | 8C | 37 | 24 | 0 | 3D | 4A | 2D | B | 3B | 23 |
| Octal | 214 | 67 | 44 | 0 | 75 | 112 | 55 | 13 | 73 | 43 |
| Binary | 10001100 | 110111 | 100100 | 0 | 111101 | 1001010 | 101101 | 1011 | 111011 | 100011 |
Color Harmonies of #8C3724
Complementary color
Monochromatic Colors of #8C3724
Black with #8C3724
Text Example
Text Example
White with #8C3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3724; }
p { color: rgb(140,55,36); }
H1.HeaderClassName
{
color: #8C3724;
}
.AnyTagClassName
{
color: #8C3724;
}
</style>
background-color css
<style>
a { background-color: #8C3724; }
a { background-color: rgb(140,55,36); }
div.DivClassName
{
background-color: #8C3724;
}
.BgClassName
{
background-color: #8C3724;
}
</style>
border-color css
<style>
span { border-color: #8C3724; }
span { border-color: rgb(140,55,36); }
td.TdClassName
{
border-color: #8C3724;
}
.TagClassName
{
border-color: #8C3724;
}
</style>