Shades of Burnt Umber #8C3529
Tints of Burnt Umber #8C3529
RGB
CMYK
RGB Variations
Color information
#8C3529 (or 0x8C3529) is known color: Burnt Umber. HEX triplet: 8C, 35 and 29. RGB value is (140,53,41). Sum of RGB (Red+Green+Blue) = 140+53+41=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3529 is #73CAD6. Grayscale: #4D4D4D. Windows color (decimal): -7588567 or 2700684. OLE color: 2700684.
HSL color Cylindrical-coordinate representation of color #8C3529: hue angle of 7.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3529 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 41 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.45 |
| HSL | 7.27º | 0.55% | 0.35% | - |
| HSV(B) | 7.27º | 0.71% | 0.55% | - |
| XYZ | 12.49 | 8.28 | 3.04 | - |
| YUV | 77.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 41 | 0 | 0.62 | 0.71 | 0.45 | 7.27 | 0.55 | 0.35 |
| Hex | 8C | 35 | 29 | 0 | 3E | 47 | 2D | 7 | 37 | 23 |
| Octal | 214 | 65 | 51 | 0 | 76 | 107 | 55 | 7 | 67 | 43 |
| Binary | 10001100 | 110101 | 101001 | 0 | 111110 | 1000111 | 101101 | 111 | 110111 | 100011 |
Color Harmonies of #8C3529
Complementary color
Monochromatic Colors of #8C3529
Black with #8C3529
Text Example
Text Example
White with #8C3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3529; }
p { color: rgb(140,53,41); }
H1.HeaderClassName
{
color: #8C3529;
}
.AnyTagClassName
{
color: #8C3529;
}
</style>
background-color css
<style>
a { background-color: #8C3529; }
a { background-color: rgb(140,53,41); }
div.DivClassName
{
background-color: #8C3529;
}
.BgClassName
{
background-color: #8C3529;
}
</style>
border-color css
<style>
span { border-color: #8C3529; }
span { border-color: rgb(140,53,41); }
td.TdClassName
{
border-color: #8C3529;
}
.TagClassName
{
border-color: #8C3529;
}
</style>