Shades of Chelsea Gem #8E522C
Tints of Chelsea Gem #8E522C
RGB
CMYK
RGB Variations
Color information
#8E522C (or 0x8E522C) is known color: Chelsea Gem. HEX triplet: 8E, 52 and 2C. RGB value is (142,82,44). Sum of RGB (Red+Green+Blue) = 142+82+44=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E522C is #71ADD3. Grayscale: #5F5F5F. Windows color (decimal): -7450068 or 2904718. OLE color: 2904718.
HSL color Cylindrical-coordinate representation of color #8E522C: hue angle of 23.27º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E522C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 44 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.44 |
| HSL | 23.27º | 0.53% | 0.36% | - |
| HSV(B) | 23.27º | 0.69% | 0.56% | - |
| XYZ | 14.63 | 11.97 | 3.92 | - |
| YUV | 95.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 44 | 0 | 0.42 | 0.69 | 0.44 | 23.27 | 0.53 | 0.36 |
| Hex | 8E | 52 | 2C | 0 | 2A | 45 | 2C | 17 | 35 | 24 |
| Octal | 216 | 122 | 54 | 0 | 52 | 105 | 54 | 27 | 65 | 44 |
| Binary | 10001110 | 1010010 | 101100 | 0 | 101010 | 1000101 | 101100 | 10111 | 110101 | 100100 |
Color Harmonies of #8E522C
Complementary color
Monochromatic Colors of #8E522C
Black with #8E522C
Text Example
Text Example
White with #8E522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E522C; }
p { color: rgb(142,82,44); }
H1.HeaderClassName
{
color: #8E522C;
}
.AnyTagClassName
{
color: #8E522C;
}
</style>
background-color css
<style>
a { background-color: #8E522C; }
a { background-color: rgb(142,82,44); }
div.DivClassName
{
background-color: #8E522C;
}
.BgClassName
{
background-color: #8E522C;
}
</style>
border-color css
<style>
span { border-color: #8E522C; }
span { border-color: rgb(142,82,44); }
td.TdClassName
{
border-color: #8E522C;
}
.TagClassName
{
border-color: #8E522C;
}
</style>