Shades of Burnt Umber #8C301F
Tints of Burnt Umber #8C301F
RGB
CMYK
RGB Variations
Color information
#8C301F (or 0x8C301F) is known color: Burnt Umber. HEX triplet: 8C, 30 and 1F. RGB value is (140,48,31). Sum of RGB (Red+Green+Blue) = 140+48+31=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C301F is #73CFE0. Grayscale: #494949. Windows color (decimal): -7589857 or 2044044. OLE color: 2044044.
HSL color Cylindrical-coordinate representation of color #8C301F: hue angle of 9.36º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C301F is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 31 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.45 |
| HSL | 9.36º | 0.64% | 0.34% | - |
| HSV(B) | 9.36º | 0.78% | 0.55% | - |
| XYZ | 12.12 | 7.79 | 2.16 | - |
| YUV | 73.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 31 | 0 | 0.66 | 0.78 | 0.45 | 9.36 | 0.64 | 0.34 |
| Hex | 8C | 30 | 1F | 0 | 42 | 4E | 2D | 9 | 40 | 22 |
| Octal | 214 | 60 | 37 | 0 | 102 | 116 | 55 | 11 | 100 | 42 |
| Binary | 10001100 | 110000 | 11111 | 0 | 1000010 | 1001110 | 101101 | 1001 | 1000000 | 100010 |
Color Harmonies of #8C301F
Complementary color
Monochromatic Colors of #8C301F
Black with #8C301F
Text Example
Text Example
White with #8C301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C301F; }
p { color: rgb(140,48,31); }
H1.HeaderClassName
{
color: #8C301F;
}
.AnyTagClassName
{
color: #8C301F;
}
</style>
background-color css
<style>
a { background-color: #8C301F; }
a { background-color: rgb(140,48,31); }
div.DivClassName
{
background-color: #8C301F;
}
.BgClassName
{
background-color: #8C301F;
}
</style>
border-color css
<style>
span { border-color: #8C301F; }
span { border-color: rgb(140,48,31); }
td.TdClassName
{
border-color: #8C301F;
}
.TagClassName
{
border-color: #8C301F;
}
</style>