Shades of Burnt Umber #8C280B
Tints of Burnt Umber #8C280B
RGB
CMYK
RGB Variations
Color information
#8C280B (or 0x8C280B) is known color: Burnt Umber. HEX triplet: 8C, 28 and 0B. RGB value is (140,40,11). Sum of RGB (Red+Green+Blue) = 140+40+11=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C280B is #73D7F4. Grayscale: #424242. Windows color (decimal): -7591925 or 731276. OLE color: 731276.
HSL color Cylindrical-coordinate representation of color #8C280B: hue angle of 13.49º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C280B is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 11 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.45 |
| HSL | 13.49º | 0.85% | 0.3% | - |
| HSV(B) | 13.49º | 0.92% | 0.55% | - |
| XYZ | 11.63 | 7.12 | 1.08 | - |
| YUV | 66.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 11 | 0 | 0.71 | 0.92 | 0.45 | 13.49 | 0.85 | 0.3 |
| Hex | 8C | 28 | B | 0 | 47 | 5C | 2D | D | 55 | 1E |
| Octal | 214 | 50 | 13 | 0 | 107 | 134 | 55 | 15 | 125 | 36 |
| Binary | 10001100 | 101000 | 1011 | 0 | 1000111 | 1011100 | 101101 | 1101 | 1010101 | 11110 |
Color Harmonies of #8C280B
Complementary color
Monochromatic Colors of #8C280B
Black with #8C280B
Text Example
Text Example
White with #8C280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C280B; }
p { color: rgb(140,40,11); }
H1.HeaderClassName
{
color: #8C280B;
}
.AnyTagClassName
{
color: #8C280B;
}
</style>
background-color css
<style>
a { background-color: #8C280B; }
a { background-color: rgb(140,40,11); }
div.DivClassName
{
background-color: #8C280B;
}
.BgClassName
{
background-color: #8C280B;
}
</style>
border-color css
<style>
span { border-color: #8C280B; }
span { border-color: rgb(140,40,11); }
td.TdClassName
{
border-color: #8C280B;
}
.TagClassName
{
border-color: #8C280B;
}
</style>