Shades of Chelsea Gem #8C512D
Tints of Chelsea Gem #8C512D
RGB
CMYK
RGB Variations
Color information
#8C512D (or 0x8C512D) is known color: Chelsea Gem. HEX triplet: 8C, 51 and 2D. RGB value is (140,81,45). Sum of RGB (Red+Green+Blue) = 140+81+45=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C512D is #73AED2. Grayscale: #5E5E5E. Windows color (decimal): -7581395 or 2969996. OLE color: 2969996.
HSL color Cylindrical-coordinate representation of color #8C512D: hue angle of 22.74º 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 #8C512D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 45 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.45 |
| HSL | 22.74º | 0.51% | 0.36% | - |
| HSV(B) | 22.74º | 0.68% | 0.55% | - |
| XYZ | 14.23 | 11.65 | 3.98 | - |
| YUV | 94.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 45 | 0 | 0.42 | 0.68 | 0.45 | 22.74 | 0.51 | 0.36 |
| Hex | 8C | 51 | 2D | 0 | 2A | 44 | 2D | 17 | 33 | 24 |
| Octal | 214 | 121 | 55 | 0 | 52 | 104 | 55 | 27 | 63 | 44 |
| Binary | 10001100 | 1010001 | 101101 | 0 | 101010 | 1000100 | 101101 | 10111 | 110011 | 100100 |
Color Harmonies of #8C512D
Complementary color
Monochromatic Colors of #8C512D
Black with #8C512D
Text Example
Text Example
White with #8C512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C512D; }
p { color: rgb(140,81,45); }
H1.HeaderClassName
{
color: #8C512D;
}
.AnyTagClassName
{
color: #8C512D;
}
</style>
background-color css
<style>
a { background-color: #8C512D; }
a { background-color: rgb(140,81,45); }
div.DivClassName
{
background-color: #8C512D;
}
.BgClassName
{
background-color: #8C512D;
}
</style>
border-color css
<style>
span { border-color: #8C512D; }
span { border-color: rgb(140,81,45); }
td.TdClassName
{
border-color: #8C512D;
}
.TagClassName
{
border-color: #8C512D;
}
</style>