Shades of Burnt Umber #8C351A
Tints of Burnt Umber #8C351A
RGB
CMYK
RGB Variations
Color information
#8C351A (or 0x8C351A) is known color: Burnt Umber. HEX triplet: 8C, 35 and 1A. RGB value is (140,53,26). Sum of RGB (Red+Green+Blue) = 140+53+26=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C351A is #73CAE5. Grayscale: #4C4C4C. Windows color (decimal): -7588582 or 1717644. OLE color: 1717644.
HSL color Cylindrical-coordinate representation of color #8C351A: hue angle of 14.21º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C351A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 26 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.45 |
| HSL | 14.21º | 0.69% | 0.33% | - |
| HSV(B) | 14.21º | 0.81% | 0.55% | - |
| XYZ | 12.27 | 8.2 | 1.91 | - |
| YUV | 75.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 26 | 0 | 0.62 | 0.81 | 0.45 | 14.21 | 0.69 | 0.33 |
| Hex | 8C | 35 | 1A | 0 | 3E | 51 | 2D | E | 45 | 21 |
| Octal | 214 | 65 | 32 | 0 | 76 | 121 | 55 | 16 | 105 | 41 |
| Binary | 10001100 | 110101 | 11010 | 0 | 111110 | 1010001 | 101101 | 1110 | 1000101 | 100001 |
Color Harmonies of #8C351A
Complementary color
Monochromatic Colors of #8C351A
Black with #8C351A
Text Example
Text Example
White with #8C351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C351A; }
p { color: rgb(140,53,26); }
H1.HeaderClassName
{
color: #8C351A;
}
.AnyTagClassName
{
color: #8C351A;
}
</style>
background-color css
<style>
a { background-color: #8C351A; }
a { background-color: rgb(140,53,26); }
div.DivClassName
{
background-color: #8C351A;
}
.BgClassName
{
background-color: #8C351A;
}
</style>
border-color css
<style>
span { border-color: #8C351A; }
span { border-color: rgb(140,53,26); }
td.TdClassName
{
border-color: #8C351A;
}
.TagClassName
{
border-color: #8C351A;
}
</style>