Shades of Chelsea Gem #8E5235
Tints of Chelsea Gem #8E5235
RGB
CMYK
RGB Variations
Color information
#8E5235 (or 0x8E5235) is known color: Chelsea Gem. HEX triplet: 8E, 52 and 35. RGB value is (142,82,53). Sum of RGB (Red+Green+Blue) = 142+82+53=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5235 is #71ADCA. Grayscale: #606060. Windows color (decimal): -7450059 or 3494542. OLE color: 3494542.
HSL color Cylindrical-coordinate representation of color #8E5235: hue angle of 19.55º 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 #8E5235 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 53 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.44 |
| HSL | 19.55º | 0.46% | 0.38% | - |
| HSV(B) | 19.55º | 0.63% | 0.56% | - |
| XYZ | 14.82 | 12.04 | 4.91 | - |
| YUV | 96.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 53 | 0 | 0.42 | 0.63 | 0.44 | 19.55 | 0.46 | 0.38 |
| Hex | 8E | 52 | 35 | 0 | 2A | 3F | 2C | 14 | 2E | 26 |
| Octal | 216 | 122 | 65 | 0 | 52 | 77 | 54 | 24 | 56 | 46 |
| Binary | 10001110 | 1010010 | 110101 | 0 | 101010 | 111111 | 101100 | 10100 | 101110 | 100110 |
Color Harmonies of #8E5235
Complementary color
Monochromatic Colors of #8E5235
Black with #8E5235
Text Example
Text Example
White with #8E5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5235; }
p { color: rgb(142,82,53); }
H1.HeaderClassName
{
color: #8E5235;
}
.AnyTagClassName
{
color: #8E5235;
}
</style>
background-color css
<style>
a { background-color: #8E5235; }
a { background-color: rgb(142,82,53); }
div.DivClassName
{
background-color: #8E5235;
}
.BgClassName
{
background-color: #8E5235;
}
</style>
border-color css
<style>
span { border-color: #8E5235; }
span { border-color: rgb(142,82,53); }
td.TdClassName
{
border-color: #8E5235;
}
.TagClassName
{
border-color: #8E5235;
}
</style>