Shades of Burnt Umber #8C3314
Tints of Burnt Umber #8C3314
RGB
CMYK
RGB Variations
Color information
#8C3314 (or 0x8C3314) is known color: Burnt Umber. HEX triplet: 8C, 33 and 14. RGB value is (140,51,20). Sum of RGB (Red+Green+Blue) = 140+51+20=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3314 is #73CCEB. Grayscale: #4A4A4A. Windows color (decimal): -7589100 or 1323916. OLE color: 1323916.
HSL color Cylindrical-coordinate representation of color #8C3314: hue angle of 15.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C3314 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 20 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.45 |
| HSL | 15.5º | 0.75% | 0.31% | - |
| HSV(B) | 15.5º | 0.86% | 0.55% | - |
| XYZ | 12.13 | 7.99 | 1.57 | - |
| YUV | 74.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 20 | 0 | 0.64 | 0.86 | 0.45 | 15.5 | 0.75 | 0.31 |
| Hex | 8C | 33 | 14 | 0 | 40 | 56 | 2D | 10 | 4B | 1F |
| Octal | 214 | 63 | 24 | 0 | 100 | 126 | 55 | 20 | 113 | 37 |
| Binary | 10001100 | 110011 | 10100 | 0 | 1000000 | 1010110 | 101101 | 10000 | 1001011 | 11111 |
Color Harmonies of #8C3314
Complementary color
Monochromatic Colors of #8C3314
Black with #8C3314
Text Example
Text Example
White with #8C3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3314; }
p { color: rgb(140,51,20); }
H1.HeaderClassName
{
color: #8C3314;
}
.AnyTagClassName
{
color: #8C3314;
}
</style>
background-color css
<style>
a { background-color: #8C3314; }
a { background-color: rgb(140,51,20); }
div.DivClassName
{
background-color: #8C3314;
}
.BgClassName
{
background-color: #8C3314;
}
</style>
border-color css
<style>
span { border-color: #8C3314; }
span { border-color: rgb(140,51,20); }
td.TdClassName
{
border-color: #8C3314;
}
.TagClassName
{
border-color: #8C3314;
}
</style>