Shades of Burnt Umber #8C2F27
Tints of Burnt Umber #8C2F27
RGB
CMYK
RGB Variations
Color information
#8C2F27 (or 0x8C2F27) is known color: Burnt Umber. HEX triplet: 8C, 2F and 27. RGB value is (140,47,39). Sum of RGB (Red+Green+Blue) = 140+47+39=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F27 is #73D0D8. Grayscale: #4A4A4A. Windows color (decimal): -7590105 or 2568076. OLE color: 2568076.
HSL color Cylindrical-coordinate representation of color #8C2F27: hue angle of 4.75º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2F27 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 39 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.45 |
| HSL | 4.75º | 0.56% | 0.35% | - |
| HSV(B) | 4.75º | 0.72% | 0.55% | - |
| XYZ | 12.2 | 7.75 | 2.77 | - |
| YUV | 73.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 39 | 0 | 0.66 | 0.72 | 0.45 | 4.75 | 0.56 | 0.35 |
| Hex | 8C | 2F | 27 | 0 | 42 | 48 | 2D | 5 | 38 | 23 |
| Octal | 214 | 57 | 47 | 0 | 102 | 110 | 55 | 5 | 70 | 43 |
| Binary | 10001100 | 101111 | 100111 | 0 | 1000010 | 1001000 | 101101 | 101 | 111000 | 100011 |
Color Harmonies of #8C2F27
Complementary color
Monochromatic Colors of #8C2F27
Black with #8C2F27
Text Example
Text Example
White with #8C2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F27; }
p { color: rgb(140,47,39); }
H1.HeaderClassName
{
color: #8C2F27;
}
.AnyTagClassName
{
color: #8C2F27;
}
</style>
background-color css
<style>
a { background-color: #8C2F27; }
a { background-color: rgb(140,47,39); }
div.DivClassName
{
background-color: #8C2F27;
}
.BgClassName
{
background-color: #8C2F27;
}
</style>
border-color css
<style>
span { border-color: #8C2F27; }
span { border-color: rgb(140,47,39); }
td.TdClassName
{
border-color: #8C2F27;
}
.TagClassName
{
border-color: #8C2F27;
}
</style>