Shades of Chelsea Gem #8C542E
Tints of Chelsea Gem #8C542E
RGB
CMYK
RGB Variations
Color information
#8C542E (or 0x8C542E) is known color: Chelsea Gem. HEX triplet: 8C, 54 and 2E. RGB value is (140,84,46). Sum of RGB (Red+Green+Blue) = 140+84+46=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C542E is #73ABD1. Grayscale: #606060. Windows color (decimal): -7580626 or 3036300. OLE color: 3036300.
HSL color Cylindrical-coordinate representation of color #8C542E: hue angle of 24.26º 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 #8C542E is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 46 | - |
| CMYK | 0 | 0.4 | 0.67 | 0.45 |
| HSL | 24.26º | 0.51% | 0.36% | - |
| HSV(B) | 24.26º | 0.67% | 0.55% | - |
| XYZ | 14.48 | 12.11 | 4.16 | - |
| YUV | 96.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 46 | 0 | 0.4 | 0.67 | 0.45 | 24.26 | 0.51 | 0.36 |
| Hex | 8C | 54 | 2E | 0 | 28 | 43 | 2D | 18 | 33 | 24 |
| Octal | 214 | 124 | 56 | 0 | 50 | 103 | 55 | 30 | 63 | 44 |
| Binary | 10001100 | 1010100 | 101110 | 0 | 101000 | 1000011 | 101101 | 11000 | 110011 | 100100 |
Color Harmonies of #8C542E
Complementary color
Monochromatic Colors of #8C542E
Black with #8C542E
Text Example
Text Example
White with #8C542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C542E; }
p { color: rgb(140,84,46); }
H1.HeaderClassName
{
color: #8C542E;
}
.AnyTagClassName
{
color: #8C542E;
}
</style>
background-color css
<style>
a { background-color: #8C542E; }
a { background-color: rgb(140,84,46); }
div.DivClassName
{
background-color: #8C542E;
}
.BgClassName
{
background-color: #8C542E;
}
</style>
border-color css
<style>
span { border-color: #8C542E; }
span { border-color: rgb(140,84,46); }
td.TdClassName
{
border-color: #8C542E;
}
.TagClassName
{
border-color: #8C542E;
}
</style>