Shades of Chelsea Gem #8C502E
Tints of Chelsea Gem #8C502E
RGB
CMYK
RGB Variations
Color information
#8C502E (or 0x8C502E) is known color: Chelsea Gem. HEX triplet: 8C, 50 and 2E. RGB value is (140,80,46). Sum of RGB (Red+Green+Blue) = 140+80+46=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C502E is #73AFD1. Grayscale: #5E5E5E. Windows color (decimal): -7581650 or 3035276. OLE color: 3035276.
HSL color Cylindrical-coordinate representation of color #8C502E: hue angle of 21.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C502E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 46 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.45 |
| HSL | 21.7º | 0.51% | 0.36% | - |
| HSV(B) | 21.7º | 0.67% | 0.55% | - |
| XYZ | 14.18 | 11.51 | 4.06 | - |
| YUV | 94.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 46 | 0 | 0.43 | 0.67 | 0.45 | 21.7 | 0.51 | 0.36 |
| Hex | 8C | 50 | 2E | 0 | 2B | 43 | 2D | 16 | 33 | 24 |
| Octal | 214 | 120 | 56 | 0 | 53 | 103 | 55 | 26 | 63 | 44 |
| Binary | 10001100 | 1010000 | 101110 | 0 | 101011 | 1000011 | 101101 | 10110 | 110011 | 100100 |
Color Harmonies of #8C502E
Complementary color
Monochromatic Colors of #8C502E
Black with #8C502E
Text Example
Text Example
White with #8C502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C502E; }
p { color: rgb(140,80,46); }
H1.HeaderClassName
{
color: #8C502E;
}
.AnyTagClassName
{
color: #8C502E;
}
</style>
background-color css
<style>
a { background-color: #8C502E; }
a { background-color: rgb(140,80,46); }
div.DivClassName
{
background-color: #8C502E;
}
.BgClassName
{
background-color: #8C502E;
}
</style>
border-color css
<style>
span { border-color: #8C502E; }
span { border-color: rgb(140,80,46); }
td.TdClassName
{
border-color: #8C502E;
}
.TagClassName
{
border-color: #8C502E;
}
</style>