Shades of Burnt Umber #8C2E27
Tints of Burnt Umber #8C2E27
RGB
CMYK
RGB Variations
Color information
#8C2E27 (or 0x8C2E27) is known color: Burnt Umber. HEX triplet: 8C, 2E and 27. RGB value is (140,46,39). Sum of RGB (Red+Green+Blue) = 140+46+39=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E27 is #73D1D8. Grayscale: #494949. Windows color (decimal): -7590361 or 2567820. OLE color: 2567820.
HSL color Cylindrical-coordinate representation of color #8C2E27: hue angle of 4.16º 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 #8C2E27 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 46 | 39 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.45 |
| HSL | 4.16º | 0.56% | 0.35% | - |
| HSV(B) | 4.16º | 0.72% | 0.55% | - |
| XYZ | 12.16 | 7.68 | 2.76 | - |
| YUV | 73.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 39 | 0 | 0.67 | 0.72 | 0.45 | 4.16 | 0.56 | 0.35 |
| Hex | 8C | 2E | 27 | 0 | 43 | 48 | 2D | 4 | 38 | 23 |
| Octal | 214 | 56 | 47 | 0 | 103 | 110 | 55 | 4 | 70 | 43 |
| Binary | 10001100 | 101110 | 100111 | 0 | 1000011 | 1001000 | 101101 | 100 | 111000 | 100011 |
Color Harmonies of #8C2E27
Complementary color
Monochromatic Colors of #8C2E27
Black with #8C2E27
Text Example
Text Example
White with #8C2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2E27; }
p { color: rgb(140,46,39); }
H1.HeaderClassName
{
color: #8C2E27;
}
.AnyTagClassName
{
color: #8C2E27;
}
</style>
background-color css
<style>
a { background-color: #8C2E27; }
a { background-color: rgb(140,46,39); }
div.DivClassName
{
background-color: #8C2E27;
}
.BgClassName
{
background-color: #8C2E27;
}
</style>
border-color css
<style>
span { border-color: #8C2E27; }
span { border-color: rgb(140,46,39); }
td.TdClassName
{
border-color: #8C2E27;
}
.TagClassName
{
border-color: #8C2E27;
}
</style>