Shades of Burnt Umber #8C3128
Tints of Burnt Umber #8C3128
RGB
CMYK
RGB Variations
Color information
#8C3128 (or 0x8C3128) is known color: Burnt Umber. HEX triplet: 8C, 31 and 28. RGB value is (140,49,40). Sum of RGB (Red+Green+Blue) = 140+49+40=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3128 is #73CED7. Grayscale: #4B4B4B. Windows color (decimal): -7589592 or 2634124. OLE color: 2634124.
HSL color Cylindrical-coordinate representation of color #8C3128: hue angle of 5.4º 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 #8C3128 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 40 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.45 |
| HSL | 5.4º | 0.56% | 0.35% | - |
| HSV(B) | 5.4º | 0.71% | 0.55% | - |
| XYZ | 12.3 | 7.93 | 2.89 | - |
| YUV | 75.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 40 | 0 | 0.65 | 0.71 | 0.45 | 5.4 | 0.56 | 0.35 |
| Hex | 8C | 31 | 28 | 0 | 41 | 47 | 2D | 5 | 38 | 23 |
| Octal | 214 | 61 | 50 | 0 | 101 | 107 | 55 | 5 | 70 | 43 |
| Binary | 10001100 | 110001 | 101000 | 0 | 1000001 | 1000111 | 101101 | 101 | 111000 | 100011 |
Color Harmonies of #8C3128
Complementary color
Monochromatic Colors of #8C3128
Black with #8C3128
Text Example
Text Example
White with #8C3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3128; }
p { color: rgb(140,49,40); }
H1.HeaderClassName
{
color: #8C3128;
}
.AnyTagClassName
{
color: #8C3128;
}
</style>
background-color css
<style>
a { background-color: #8C3128; }
a { background-color: rgb(140,49,40); }
div.DivClassName
{
background-color: #8C3128;
}
.BgClassName
{
background-color: #8C3128;
}
</style>
border-color css
<style>
span { border-color: #8C3128; }
span { border-color: rgb(140,49,40); }
td.TdClassName
{
border-color: #8C3128;
}
.TagClassName
{
border-color: #8C3128;
}
</style>