Shades of Burnt Umber #8C3616
Tints of Burnt Umber #8C3616
RGB
CMYK
RGB Variations
Color information
#8C3616 (or 0x8C3616) is known color: Burnt Umber. HEX triplet: 8C, 36 and 16. RGB value is (140,54,22). Sum of RGB (Red+Green+Blue) = 140+54+22=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3616 is #73C9E9. Grayscale: #4C4C4C. Windows color (decimal): -7588330 or 1455756. OLE color: 1455756.
HSL color Cylindrical-coordinate representation of color #8C3616: hue angle of 16.27º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C3616 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 22 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.45 |
| HSL | 16.27º | 0.73% | 0.32% | - |
| HSV(B) | 16.27º | 0.84% | 0.55% | - |
| XYZ | 12.28 | 8.27 | 1.71 | - |
| YUV | 76.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 22 | 0 | 0.61 | 0.84 | 0.45 | 16.27 | 0.73 | 0.32 |
| Hex | 8C | 36 | 16 | 0 | 3D | 54 | 2D | 10 | 49 | 20 |
| Octal | 214 | 66 | 26 | 0 | 75 | 124 | 55 | 20 | 111 | 40 |
| Binary | 10001100 | 110110 | 10110 | 0 | 111101 | 1010100 | 101101 | 10000 | 1001001 | 100000 |
Color Harmonies of #8C3616
Complementary color
Monochromatic Colors of #8C3616
Black with #8C3616
Text Example
Text Example
White with #8C3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3616; }
p { color: rgb(140,54,22); }
H1.HeaderClassName
{
color: #8C3616;
}
.AnyTagClassName
{
color: #8C3616;
}
</style>
background-color css
<style>
a { background-color: #8C3616; }
a { background-color: rgb(140,54,22); }
div.DivClassName
{
background-color: #8C3616;
}
.BgClassName
{
background-color: #8C3616;
}
</style>
border-color css
<style>
span { border-color: #8C3616; }
span { border-color: rgb(140,54,22); }
td.TdClassName
{
border-color: #8C3616;
}
.TagClassName
{
border-color: #8C3616;
}
</style>