Shades of Burnt Umber #8C3228
Tints of Burnt Umber #8C3228
RGB
CMYK
RGB Variations
Color information
#8C3228 (or 0x8C3228) is known color: Burnt Umber. HEX triplet: 8C, 32 and 28. RGB value is (140,50,40). Sum of RGB (Red+Green+Blue) = 140+50+40=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3228 is #73CDD7. Grayscale: #4B4B4B. Windows color (decimal): -7589336 or 2634380. OLE color: 2634380.
HSL color Cylindrical-coordinate representation of color #8C3228: hue angle of 6º degrees, saturation: 0.56, 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 #8C3228 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 40 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.45 |
| HSL | 6º | 0.56% | 0.35% | - |
| HSV(B) | 6º | 0.71% | 0.55% | - |
| XYZ | 12.34 | 8.01 | 2.9 | - |
| YUV | 75.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 40 | 0 | 0.64 | 0.71 | 0.45 | 6 | 0.56 | 0.35 |
| Hex | 8C | 32 | 28 | 0 | 40 | 47 | 2D | 6 | 38 | 23 |
| Octal | 214 | 62 | 50 | 0 | 100 | 107 | 55 | 6 | 70 | 43 |
| Binary | 10001100 | 110010 | 101000 | 0 | 1000000 | 1000111 | 101101 | 110 | 111000 | 100011 |
Color Harmonies of #8C3228
Complementary color
Monochromatic Colors of #8C3228
Black with #8C3228
Text Example
Text Example
White with #8C3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3228; }
p { color: rgb(140,50,40); }
H1.HeaderClassName
{
color: #8C3228;
}
.AnyTagClassName
{
color: #8C3228;
}
</style>
background-color css
<style>
a { background-color: #8C3228; }
a { background-color: rgb(140,50,40); }
div.DivClassName
{
background-color: #8C3228;
}
.BgClassName
{
background-color: #8C3228;
}
</style>
border-color css
<style>
span { border-color: #8C3228; }
span { border-color: rgb(140,50,40); }
td.TdClassName
{
border-color: #8C3228;
}
.TagClassName
{
border-color: #8C3228;
}
</style>