Shades of Chelsea Gem #8C522D
Tints of Chelsea Gem #8C522D
RGB
CMYK
RGB Variations
Color information
#8C522D (or 0x8C522D) is known color: Chelsea Gem. HEX triplet: 8C, 52 and 2D. RGB value is (140,82,45). Sum of RGB (Red+Green+Blue) = 140+82+45=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C522D is #73ADD2. Grayscale: #5F5F5F. Windows color (decimal): -7581139 or 2970252. OLE color: 2970252.
HSL color Cylindrical-coordinate representation of color #8C522D: hue angle of 23.37º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C522D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 45 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.45 |
| HSL | 23.37º | 0.51% | 0.36% | - |
| HSV(B) | 23.37º | 0.68% | 0.55% | - |
| XYZ | 14.31 | 11.8 | 4.01 | - |
| YUV | 95.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 45 | 0 | 0.41 | 0.68 | 0.45 | 23.37 | 0.51 | 0.36 |
| Hex | 8C | 52 | 2D | 0 | 29 | 44 | 2D | 17 | 33 | 24 |
| Octal | 214 | 122 | 55 | 0 | 51 | 104 | 55 | 27 | 63 | 44 |
| Binary | 10001100 | 1010010 | 101101 | 0 | 101001 | 1000100 | 101101 | 10111 | 110011 | 100100 |
Color Harmonies of #8C522D
Complementary color
Monochromatic Colors of #8C522D
Black with #8C522D
Text Example
Text Example
White with #8C522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C522D; }
p { color: rgb(140,82,45); }
H1.HeaderClassName
{
color: #8C522D;
}
.AnyTagClassName
{
color: #8C522D;
}
</style>
background-color css
<style>
a { background-color: #8C522D; }
a { background-color: rgb(140,82,45); }
div.DivClassName
{
background-color: #8C522D;
}
.BgClassName
{
background-color: #8C522D;
}
</style>
border-color css
<style>
span { border-color: #8C522D; }
span { border-color: rgb(140,82,45); }
td.TdClassName
{
border-color: #8C522D;
}
.TagClassName
{
border-color: #8C522D;
}
</style>