Shades of Burnt Umber #8C270D
Tints of Burnt Umber #8C270D
RGB
CMYK
RGB Variations
Color information
#8C270D (or 0x8C270D) is known color: Burnt Umber. HEX triplet: 8C, 27 and 0D. RGB value is (140,39,13). Sum of RGB (Red+Green+Blue) = 140+39+13=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C270D is #73D8F2. Grayscale: #424242. Windows color (decimal): -7592179 or 862092. OLE color: 862092.
HSL color Cylindrical-coordinate representation of color #8C270D: hue angle of 12.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C270D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 39 | 13 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.45 |
| HSL | 12.28º | 0.83% | 0.3% | - |
| HSV(B) | 12.28º | 0.91% | 0.55% | - |
| XYZ | 11.61 | 7.06 | 1.13 | - |
| YUV | 66.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 13 | 0 | 0.72 | 0.91 | 0.45 | 12.28 | 0.83 | 0.3 |
| Hex | 8C | 27 | D | 0 | 48 | 5B | 2D | C | 53 | 1E |
| Octal | 214 | 47 | 15 | 0 | 110 | 133 | 55 | 14 | 123 | 36 |
| Binary | 10001100 | 100111 | 1101 | 0 | 1001000 | 1011011 | 101101 | 1100 | 1010011 | 11110 |
Color Harmonies of #8C270D
Complementary color
Monochromatic Colors of #8C270D
Black with #8C270D
Text Example
Text Example
White with #8C270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C270D; }
p { color: rgb(140,39,13); }
H1.HeaderClassName
{
color: #8C270D;
}
.AnyTagClassName
{
color: #8C270D;
}
</style>
background-color css
<style>
a { background-color: #8C270D; }
a { background-color: rgb(140,39,13); }
div.DivClassName
{
background-color: #8C270D;
}
.BgClassName
{
background-color: #8C270D;
}
</style>
border-color css
<style>
span { border-color: #8C270D; }
span { border-color: rgb(140,39,13); }
td.TdClassName
{
border-color: #8C270D;
}
.TagClassName
{
border-color: #8C270D;
}
</style>