Shades of Chelsea Gem #8E5234
Tints of Chelsea Gem #8E5234
RGB
CMYK
RGB Variations
Color information
#8E5234 (or 0x8E5234) is known color: Chelsea Gem. HEX triplet: 8E, 52 and 34. RGB value is (142,82,52). Sum of RGB (Red+Green+Blue) = 142+82+52=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5234 is #71ADCB. Grayscale: #606060. Windows color (decimal): -7450060 or 3429006. OLE color: 3429006.
HSL color Cylindrical-coordinate representation of color #8E5234: hue angle of 20º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5234 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 52 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.44 |
| HSL | 20º | 0.46% | 0.38% | - |
| HSV(B) | 20º | 0.63% | 0.56% | - |
| XYZ | 14.79 | 12.03 | 4.79 | - |
| YUV | 96.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 52 | 0 | 0.42 | 0.63 | 0.44 | 20 | 0.46 | 0.38 |
| Hex | 8E | 52 | 34 | 0 | 2A | 3F | 2C | 14 | 2E | 26 |
| Octal | 216 | 122 | 64 | 0 | 52 | 77 | 54 | 24 | 56 | 46 |
| Binary | 10001110 | 1010010 | 110100 | 0 | 101010 | 111111 | 101100 | 10100 | 101110 | 100110 |
Color Harmonies of #8E5234
Complementary color
Monochromatic Colors of #8E5234
Black with #8E5234
Text Example
Text Example
White with #8E5234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5234; }
p { color: rgb(142,82,52); }
H1.HeaderClassName
{
color: #8E5234;
}
.AnyTagClassName
{
color: #8E5234;
}
</style>
background-color css
<style>
a { background-color: #8E5234; }
a { background-color: rgb(142,82,52); }
div.DivClassName
{
background-color: #8E5234;
}
.BgClassName
{
background-color: #8E5234;
}
</style>
border-color css
<style>
span { border-color: #8E5234; }
span { border-color: rgb(142,82,52); }
td.TdClassName
{
border-color: #8E5234;
}
.TagClassName
{
border-color: #8E5234;
}
</style>