Shades of Burnt Umber #8C362A
Tints of Burnt Umber #8C362A
RGB
CMYK
RGB Variations
Color information
#8C362A (or 0x8C362A) is known color: Burnt Umber. HEX triplet: 8C, 36 and 2A. RGB value is (140,54,42). Sum of RGB (Red+Green+Blue) = 140+54+42=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C362A is #73C9D5. Grayscale: #4E4E4E. Windows color (decimal): -7588310 or 2766476. OLE color: 2766476.
HSL color Cylindrical-coordinate representation of color #8C362A: hue angle of 7.35º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C362A is Cyan = 0, Magento = 0.61, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 42 | - |
| CMYK | 0 | 0.61 | 0.7 | 0.45 |
| HSL | 7.35º | 0.54% | 0.36% | - |
| HSV(B) | 7.35º | 0.7% | 0.55% | - |
| XYZ | 12.55 | 8.38 | 3.15 | - |
| YUV | 78.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 42 | 0 | 0.61 | 0.7 | 0.45 | 7.35 | 0.54 | 0.36 |
| Hex | 8C | 36 | 2A | 0 | 3D | 46 | 2D | 7 | 36 | 24 |
| Octal | 214 | 66 | 52 | 0 | 75 | 106 | 55 | 7 | 66 | 44 |
| Binary | 10001100 | 110110 | 101010 | 0 | 111101 | 1000110 | 101101 | 111 | 110110 | 100100 |
Color Harmonies of #8C362A
Complementary color
Monochromatic Colors of #8C362A
Black with #8C362A
Text Example
Text Example
White with #8C362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C362A; }
p { color: rgb(140,54,42); }
H1.HeaderClassName
{
color: #8C362A;
}
.AnyTagClassName
{
color: #8C362A;
}
</style>
background-color css
<style>
a { background-color: #8C362A; }
a { background-color: rgb(140,54,42); }
div.DivClassName
{
background-color: #8C362A;
}
.BgClassName
{
background-color: #8C362A;
}
</style>
border-color css
<style>
span { border-color: #8C362A; }
span { border-color: rgb(140,54,42); }
td.TdClassName
{
border-color: #8C362A;
}
.TagClassName
{
border-color: #8C362A;
}
</style>