Shades of Burnt Umber #8C2D27
Tints of Burnt Umber #8C2D27
RGB
CMYK
RGB Variations
Color information
#8C2D27 (or 0x8C2D27) is known color: Burnt Umber. HEX triplet: 8C, 2D and 27. RGB value is (140,45,39). Sum of RGB (Red+Green+Blue) = 140+45+39=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D27 is #73D2D8. Grayscale: #484848. Windows color (decimal): -7590617 or 2567564. OLE color: 2567564.
HSL color Cylindrical-coordinate representation of color #8C2D27: hue angle of 3.56º 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 #8C2D27 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 39 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.45 |
| HSL | 3.56º | 0.56% | 0.35% | - |
| HSV(B) | 3.56º | 0.72% | 0.55% | - |
| XYZ | 12.12 | 7.6 | 2.75 | - |
| YUV | 72.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 39 | 0 | 0.68 | 0.72 | 0.45 | 3.56 | 0.56 | 0.35 |
| Hex | 8C | 2D | 27 | 0 | 44 | 48 | 2D | 4 | 38 | 23 |
| Octal | 214 | 55 | 47 | 0 | 104 | 110 | 55 | 4 | 70 | 43 |
| Binary | 10001100 | 101101 | 100111 | 0 | 1000100 | 1001000 | 101101 | 100 | 111000 | 100011 |
Color Harmonies of #8C2D27
Complementary color
Monochromatic Colors of #8C2D27
Black with #8C2D27
Text Example
Text Example
White with #8C2D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D27; }
p { color: rgb(140,45,39); }
H1.HeaderClassName
{
color: #8C2D27;
}
.AnyTagClassName
{
color: #8C2D27;
}
</style>
background-color css
<style>
a { background-color: #8C2D27; }
a { background-color: rgb(140,45,39); }
div.DivClassName
{
background-color: #8C2D27;
}
.BgClassName
{
background-color: #8C2D27;
}
</style>
border-color css
<style>
span { border-color: #8C2D27; }
span { border-color: rgb(140,45,39); }
td.TdClassName
{
border-color: #8C2D27;
}
.TagClassName
{
border-color: #8C2D27;
}
</style>