Shades of Burnt Umber #8C2D26
Tints of Burnt Umber #8C2D26
RGB
CMYK
RGB Variations
Color information
#8C2D26 (or 0x8C2D26) is known color: Burnt Umber. HEX triplet: 8C, 2D and 26. RGB value is (140,45,38). Sum of RGB (Red+Green+Blue) = 140+45+38=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D26 is #73D2D9. Grayscale: #484848. Windows color (decimal): -7590618 or 2502028. OLE color: 2502028.
HSL color Cylindrical-coordinate representation of color #8C2D26: hue angle of 4.12º 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 #8C2D26 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 38 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.45 |
| HSL | 4.12º | 0.57% | 0.35% | - |
| HSV(B) | 4.12º | 0.73% | 0.55% | - |
| XYZ | 12.1 | 7.59 | 2.66 | - |
| YUV | 72.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 38 | 0 | 0.68 | 0.73 | 0.45 | 4.12 | 0.57 | 0.35 |
| Hex | 8C | 2D | 26 | 0 | 44 | 49 | 2D | 4 | 39 | 23 |
| Octal | 214 | 55 | 46 | 0 | 104 | 111 | 55 | 4 | 71 | 43 |
| Binary | 10001100 | 101101 | 100110 | 0 | 1000100 | 1001001 | 101101 | 100 | 111001 | 100011 |
Color Harmonies of #8C2D26
Complementary color
Monochromatic Colors of #8C2D26
Black with #8C2D26
Text Example
Text Example
White with #8C2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D26; }
p { color: rgb(140,45,38); }
H1.HeaderClassName
{
color: #8C2D26;
}
.AnyTagClassName
{
color: #8C2D26;
}
</style>
background-color css
<style>
a { background-color: #8C2D26; }
a { background-color: rgb(140,45,38); }
div.DivClassName
{
background-color: #8C2D26;
}
.BgClassName
{
background-color: #8C2D26;
}
</style>
border-color css
<style>
span { border-color: #8C2D26; }
span { border-color: rgb(140,45,38); }
td.TdClassName
{
border-color: #8C2D26;
}
.TagClassName
{
border-color: #8C2D26;
}
</style>