Shades of Burnt Umber #8C2E26
Tints of Burnt Umber #8C2E26
RGB
CMYK
RGB Variations
Color information
#8C2E26 (or 0x8C2E26) is known color: Burnt Umber. HEX triplet: 8C, 2E and 26. RGB value is (140,46,38). Sum of RGB (Red+Green+Blue) = 140+46+38=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E26 is #73D1D9. Grayscale: #494949. Windows color (decimal): -7590362 or 2502284. OLE color: 2502284.
HSL color Cylindrical-coordinate representation of color #8C2E26: hue angle of 4.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2E26 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 46 | 38 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.45 |
| HSL | 4.71º | 0.57% | 0.35% | - |
| HSV(B) | 4.71º | 0.73% | 0.55% | - |
| XYZ | 12.14 | 7.67 | 2.67 | - |
| YUV | 73.19 | 108.14 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 38 | 0 | 0.67 | 0.73 | 0.45 | 4.71 | 0.57 | 0.35 |
| Hex | 8C | 2E | 26 | 0 | 43 | 49 | 2D | 5 | 39 | 23 |
| Octal | 214 | 56 | 46 | 0 | 103 | 111 | 55 | 5 | 71 | 43 |
| Binary | 10001100 | 101110 | 100110 | 0 | 1000011 | 1001001 | 101101 | 101 | 111001 | 100011 |
Color Harmonies of #8C2E26
Complementary color
Monochromatic Colors of #8C2E26
Black with #8C2E26
Text Example
Text Example
White with #8C2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2E26; }
p { color: rgb(140,46,38); }
H1.HeaderClassName
{
color: #8C2E26;
}
.AnyTagClassName
{
color: #8C2E26;
}
</style>
background-color css
<style>
a { background-color: #8C2E26; }
a { background-color: rgb(140,46,38); }
div.DivClassName
{
background-color: #8C2E26;
}
.BgClassName
{
background-color: #8C2E26;
}
</style>
border-color css
<style>
span { border-color: #8C2E26; }
span { border-color: rgb(140,46,38); }
td.TdClassName
{
border-color: #8C2E26;
}
.TagClassName
{
border-color: #8C2E26;
}
</style>