Shades of Burnt Umber #8C3413
Tints of Burnt Umber #8C3413
RGB
CMYK
RGB Variations
Color information
#8C3413 (or 0x8C3413) is known color: Burnt Umber. HEX triplet: 8C, 34 and 13. RGB value is (140,52,19). Sum of RGB (Red+Green+Blue) = 140+52+19=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3413 is #73CBEC. Grayscale: #4A4A4A. Windows color (decimal): -7588845 or 1258636. OLE color: 1258636.
HSL color Cylindrical-coordinate representation of color #8C3413: hue angle of 16.36º degrees, saturation: 0.76, 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 #8C3413 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 19 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.45 |
| HSL | 16.36º | 0.76% | 0.31% | - |
| HSV(B) | 16.36º | 0.86% | 0.55% | - |
| XYZ | 12.16 | 8.08 | 1.53 | - |
| YUV | 74.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 19 | 0 | 0.63 | 0.86 | 0.45 | 16.36 | 0.76 | 0.31 |
| Hex | 8C | 34 | 13 | 0 | 3F | 56 | 2D | 10 | 4C | 1F |
| Octal | 214 | 64 | 23 | 0 | 77 | 126 | 55 | 20 | 114 | 37 |
| Binary | 10001100 | 110100 | 10011 | 0 | 111111 | 1010110 | 101101 | 10000 | 1001100 | 11111 |
Color Harmonies of #8C3413
Complementary color
Monochromatic Colors of #8C3413
Black with #8C3413
Text Example
Text Example
White with #8C3413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3413; }
p { color: rgb(140,52,19); }
H1.HeaderClassName
{
color: #8C3413;
}
.AnyTagClassName
{
color: #8C3413;
}
</style>
background-color css
<style>
a { background-color: #8C3413; }
a { background-color: rgb(140,52,19); }
div.DivClassName
{
background-color: #8C3413;
}
.BgClassName
{
background-color: #8C3413;
}
</style>
border-color css
<style>
span { border-color: #8C3413; }
span { border-color: rgb(140,52,19); }
td.TdClassName
{
border-color: #8C3413;
}
.TagClassName
{
border-color: #8C3413;
}
</style>