Shades of Burnt Umber #8C3726
Tints of Burnt Umber #8C3726
RGB
CMYK
RGB Variations
Color information
#8C3726 (or 0x8C3726) is known color: Burnt Umber. HEX triplet: 8C, 37 and 26. RGB value is (140,55,38). Sum of RGB (Red+Green+Blue) = 140+55+38=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3726 is #73C8D9. Grayscale: #4E4E4E. Windows color (decimal): -7588058 or 2504588. OLE color: 2504588.
HSL color Cylindrical-coordinate representation of color #8C3726: hue angle of 10º 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 #8C3726 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 38 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.45 |
| HSL | 10º | 0.57% | 0.35% | - |
| HSV(B) | 10º | 0.73% | 0.55% | - |
| XYZ | 12.53 | 8.45 | 2.8 | - |
| YUV | 78.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 38 | 0 | 0.61 | 0.73 | 0.45 | 10 | 0.57 | 0.35 |
| Hex | 8C | 37 | 26 | 0 | 3D | 49 | 2D | A | 39 | 23 |
| Octal | 214 | 67 | 46 | 0 | 75 | 111 | 55 | 12 | 71 | 43 |
| Binary | 10001100 | 110111 | 100110 | 0 | 111101 | 1001001 | 101101 | 1010 | 111001 | 100011 |
Color Harmonies of #8C3726
Complementary color
Monochromatic Colors of #8C3726
Black with #8C3726
Text Example
Text Example
White with #8C3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3726; }
p { color: rgb(140,55,38); }
H1.HeaderClassName
{
color: #8C3726;
}
.AnyTagClassName
{
color: #8C3726;
}
</style>
background-color css
<style>
a { background-color: #8C3726; }
a { background-color: rgb(140,55,38); }
div.DivClassName
{
background-color: #8C3726;
}
.BgClassName
{
background-color: #8C3726;
}
</style>
border-color css
<style>
span { border-color: #8C3726; }
span { border-color: rgb(140,55,38); }
td.TdClassName
{
border-color: #8C3726;
}
.TagClassName
{
border-color: #8C3726;
}
</style>