Shades of Burnt Umber #8C3623
Tints of Burnt Umber #8C3623
RGB
CMYK
RGB Variations
Color information
#8C3623 (or 0x8C3623) is known color: Burnt Umber. HEX triplet: 8C, 36 and 23. RGB value is (140,54,35). Sum of RGB (Red+Green+Blue) = 140+54+35=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3623 is #73C9DC. Grayscale: #4D4D4D. Windows color (decimal): -7588317 or 2307724. OLE color: 2307724.
HSL color Cylindrical-coordinate representation of color #8C3623: hue angle of 10.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3623 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 35 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.45 |
| HSL | 10.86º | 0.6% | 0.34% | - |
| HSV(B) | 10.86º | 0.75% | 0.55% | - |
| XYZ | 12.44 | 8.34 | 2.54 | - |
| YUV | 77.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 35 | 0 | 0.61 | 0.75 | 0.45 | 10.86 | 0.6 | 0.34 |
| Hex | 8C | 36 | 23 | 0 | 3D | 4B | 2D | B | 3C | 22 |
| Octal | 214 | 66 | 43 | 0 | 75 | 113 | 55 | 13 | 74 | 42 |
| Binary | 10001100 | 110110 | 100011 | 0 | 111101 | 1001011 | 101101 | 1011 | 111100 | 100010 |
Color Harmonies of #8C3623
Complementary color
Monochromatic Colors of #8C3623
Black with #8C3623
Text Example
Text Example
White with #8C3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3623; }
p { color: rgb(140,54,35); }
H1.HeaderClassName
{
color: #8C3623;
}
.AnyTagClassName
{
color: #8C3623;
}
</style>
background-color css
<style>
a { background-color: #8C3623; }
a { background-color: rgb(140,54,35); }
div.DivClassName
{
background-color: #8C3623;
}
.BgClassName
{
background-color: #8C3623;
}
</style>
border-color css
<style>
span { border-color: #8C3623; }
span { border-color: rgb(140,54,35); }
td.TdClassName
{
border-color: #8C3623;
}
.TagClassName
{
border-color: #8C3623;
}
</style>