Shades of Burnt Umber #8C3825
Tints of Burnt Umber #8C3825
RGB
CMYK
RGB Variations
Color information
#8C3825 (or 0x8C3825) is known color: Burnt Umber. HEX triplet: 8C, 38 and 25. RGB value is (140,56,37). Sum of RGB (Red+Green+Blue) = 140+56+37=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3825 is #73C7DA. Grayscale: #4F4F4F. Windows color (decimal): -7587803 or 2439308. OLE color: 2439308.
HSL color Cylindrical-coordinate representation of color #8C3825: hue angle of 11.07º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3825 is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 37 | - |
| CMYK | 0 | 0.6 | 0.74 | 0.45 |
| HSL | 11.07º | 0.58% | 0.35% | - |
| HSV(B) | 11.07º | 0.74% | 0.55% | - |
| XYZ | 12.56 | 8.54 | 2.74 | - |
| YUV | 78.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 37 | 0 | 0.6 | 0.74 | 0.45 | 11.07 | 0.58 | 0.35 |
| Hex | 8C | 38 | 25 | 0 | 3C | 4A | 2D | B | 3A | 23 |
| Octal | 214 | 70 | 45 | 0 | 74 | 112 | 55 | 13 | 72 | 43 |
| Binary | 10001100 | 111000 | 100101 | 0 | 111100 | 1001010 | 101101 | 1011 | 111010 | 100011 |
Color Harmonies of #8C3825
Complementary color
Monochromatic Colors of #8C3825
Black with #8C3825
Text Example
Text Example
White with #8C3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3825; }
p { color: rgb(140,56,37); }
H1.HeaderClassName
{
color: #8C3825;
}
.AnyTagClassName
{
color: #8C3825;
}
</style>
background-color css
<style>
a { background-color: #8C3825; }
a { background-color: rgb(140,56,37); }
div.DivClassName
{
background-color: #8C3825;
}
.BgClassName
{
background-color: #8C3825;
}
</style>
border-color css
<style>
span { border-color: #8C3825; }
span { border-color: rgb(140,56,37); }
td.TdClassName
{
border-color: #8C3825;
}
.TagClassName
{
border-color: #8C3825;
}
</style>