Shades of Chelsea Gem #8C5128
Tints of Chelsea Gem #8C5128
RGB
CMYK
RGB Variations
Color information
#8C5128 (or 0x8C5128) is known color: Chelsea Gem. HEX triplet: 8C, 51 and 28. RGB value is (140,81,40). Sum of RGB (Red+Green+Blue) = 140+81+40=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5128 is #73AED7. Grayscale: #5E5E5E. Windows color (decimal): -7581400 or 2642316. OLE color: 2642316.
HSL color Cylindrical-coordinate representation of color #8C5128: hue angle of 24.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 #8C5128 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 40 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.45 |
| HSL | 24.6º | 0.56% | 0.35% | - |
| HSV(B) | 24.6º | 0.71% | 0.55% | - |
| XYZ | 14.14 | 11.61 | 3.5 | - |
| YUV | 93.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 40 | 0 | 0.42 | 0.71 | 0.45 | 24.6 | 0.56 | 0.35 |
| Hex | 8C | 51 | 28 | 0 | 2A | 47 | 2D | 19 | 38 | 23 |
| Octal | 214 | 121 | 50 | 0 | 52 | 107 | 55 | 31 | 70 | 43 |
| Binary | 10001100 | 1010001 | 101000 | 0 | 101010 | 1000111 | 101101 | 11001 | 111000 | 100011 |
Color Harmonies of #8C5128
Complementary color
Monochromatic Colors of #8C5128
Black with #8C5128
Text Example
Text Example
White with #8C5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5128; }
p { color: rgb(140,81,40); }
H1.HeaderClassName
{
color: #8C5128;
}
.AnyTagClassName
{
color: #8C5128;
}
</style>
background-color css
<style>
a { background-color: #8C5128; }
a { background-color: rgb(140,81,40); }
div.DivClassName
{
background-color: #8C5128;
}
.BgClassName
{
background-color: #8C5128;
}
</style>
border-color css
<style>
span { border-color: #8C5128; }
span { border-color: rgb(140,81,40); }
td.TdClassName
{
border-color: #8C5128;
}
.TagClassName
{
border-color: #8C5128;
}
</style>