Shades of Chelsea Gem #8C5327
Tints of Chelsea Gem #8C5327
RGB
CMYK
RGB Variations
Color information
#8C5327 (or 0x8C5327) is known color: Chelsea Gem. HEX triplet: 8C, 53 and 27. RGB value is (140,83,39). Sum of RGB (Red+Green+Blue) = 140+83+39=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5327 is #73ACD8. Grayscale: #5F5F5F. Windows color (decimal): -7580889 or 2577292. OLE color: 2577292.
HSL color Cylindrical-coordinate representation of color #8C5327: hue angle of 26.14º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C5327 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 39 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.45 |
| HSL | 26.14º | 0.56% | 0.35% | - |
| HSV(B) | 26.14º | 0.72% | 0.55% | - |
| XYZ | 14.27 | 11.91 | 3.47 | - |
| YUV | 95.03 | 96.38 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 39 | 0 | 0.41 | 0.72 | 0.45 | 26.14 | 0.56 | 0.35 |
| Hex | 8C | 53 | 27 | 0 | 29 | 48 | 2D | 1A | 38 | 23 |
| Octal | 214 | 123 | 47 | 0 | 51 | 110 | 55 | 32 | 70 | 43 |
| Binary | 10001100 | 1010011 | 100111 | 0 | 101001 | 1001000 | 101101 | 11010 | 111000 | 100011 |
Color Harmonies of #8C5327
Complementary color
Monochromatic Colors of #8C5327
Black with #8C5327
Text Example
Text Example
White with #8C5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5327; }
p { color: rgb(140,83,39); }
H1.HeaderClassName
{
color: #8C5327;
}
.AnyTagClassName
{
color: #8C5327;
}
</style>
background-color css
<style>
a { background-color: #8C5327; }
a { background-color: rgb(140,83,39); }
div.DivClassName
{
background-color: #8C5327;
}
.BgClassName
{
background-color: #8C5327;
}
</style>
border-color css
<style>
span { border-color: #8C5327; }
span { border-color: rgb(140,83,39); }
td.TdClassName
{
border-color: #8C5327;
}
.TagClassName
{
border-color: #8C5327;
}
</style>