Shades of Burnt Umber #8C2B23
Tints of Burnt Umber #8C2B23
RGB
CMYK
RGB Variations
Color information
#8C2B23 (or 0x8C2B23) is known color: Burnt Umber. HEX triplet: 8C, 2B and 23. RGB value is (140,43,35). Sum of RGB (Red+Green+Blue) = 140+43+35=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B23 is #73D4DC. Grayscale: #474747. Windows color (decimal): -7591133 or 2304908. OLE color: 2304908.
HSL color Cylindrical-coordinate representation of color #8C2B23: hue angle of 4.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2B23 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 35 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.45 |
| HSL | 4.57º | 0.6% | 0.34% | - |
| HSV(B) | 4.57º | 0.75% | 0.55% | - |
| XYZ | 11.98 | 7.42 | 2.39 | - |
| YUV | 71.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 35 | 0 | 0.69 | 0.75 | 0.45 | 4.57 | 0.6 | 0.34 |
| Hex | 8C | 2B | 23 | 0 | 45 | 4B | 2D | 5 | 3C | 22 |
| Octal | 214 | 53 | 43 | 0 | 105 | 113 | 55 | 5 | 74 | 42 |
| Binary | 10001100 | 101011 | 100011 | 0 | 1000101 | 1001011 | 101101 | 101 | 111100 | 100010 |
Color Harmonies of #8C2B23
Complementary color
Monochromatic Colors of #8C2B23
Black with #8C2B23
Text Example
Text Example
White with #8C2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B23; }
p { color: rgb(140,43,35); }
H1.HeaderClassName
{
color: #8C2B23;
}
.AnyTagClassName
{
color: #8C2B23;
}
</style>
background-color css
<style>
a { background-color: #8C2B23; }
a { background-color: rgb(140,43,35); }
div.DivClassName
{
background-color: #8C2B23;
}
.BgClassName
{
background-color: #8C2B23;
}
</style>
border-color css
<style>
span { border-color: #8C2B23; }
span { border-color: rgb(140,43,35); }
td.TdClassName
{
border-color: #8C2B23;
}
.TagClassName
{
border-color: #8C2B23;
}
</style>