Shades of Chelsea Gem #8E552D
Tints of Chelsea Gem #8E552D
RGB
CMYK
RGB Variations
Color information
#8E552D (or 0x8E552D) is known color: Chelsea Gem. HEX triplet: 8E, 55 and 2D. RGB value is (142,85,45). Sum of RGB (Red+Green+Blue) = 142+85+45=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E552D is #71AAD2. Grayscale: #616161. Windows color (decimal): -7449299 or 2971022. OLE color: 2971022.
HSL color Cylindrical-coordinate representation of color #8E552D: hue angle of 24.74º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E552D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 45 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.44 |
| HSL | 24.74º | 0.52% | 0.37% | - |
| HSV(B) | 24.74º | 0.68% | 0.56% | - |
| XYZ | 14.88 | 12.44 | 4.1 | - |
| YUV | 97.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 45 | 0 | 0.40 | 0.68 | 0.44 | 24.74 | 0.52 | 0.37 |
| Hex | 8E | 55 | 2D | 0 | 28 | 44 | 2C | 19 | 34 | 25 |
| Octal | 216 | 125 | 55 | 0 | 50 | 104 | 54 | 31 | 64 | 45 |
| Binary | 10001110 | 1010101 | 101101 | 0 | 101000 | 1000100 | 101100 | 11001 | 110100 | 100101 |
Color Harmonies of #8E552D
Complementary color
Monochromatic Colors of #8E552D
Black with #8E552D
Text Example
Text Example
White with #8E552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E552D; }
p { color: rgb(142,85,45); }
H1.HeaderClassName
{
color: #8E552D;
}
.AnyTagClassName
{
color: #8E552D;
}
</style>
background-color css
<style>
a { background-color: #8E552D; }
a { background-color: rgb(142,85,45); }
div.DivClassName
{
background-color: #8E552D;
}
.BgClassName
{
background-color: #8E552D;
}
</style>
border-color css
<style>
span { border-color: #8E552D; }
span { border-color: rgb(142,85,45); }
td.TdClassName
{
border-color: #8E552D;
}
.TagClassName
{
border-color: #8E552D;
}
</style>