Shades of Chelsea Gem #8E5135
Tints of Chelsea Gem #8E5135
RGB
CMYK
RGB Variations
Color information
#8E5135 (or 0x8E5135) is known color: Chelsea Gem. HEX triplet: 8E, 51 and 35. RGB value is (142,81,53). Sum of RGB (Red+Green+Blue) = 142+81+53=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5135 is #71AECA. Grayscale: #606060. Windows color (decimal): -7450315 or 3494286. OLE color: 3494286.
HSL color Cylindrical-coordinate representation of color #8E5135: hue angle of 18.88º 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 #8E5135 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 53 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.44 |
| HSL | 18.88º | 0.46% | 0.38% | - |
| HSV(B) | 18.88º | 0.63% | 0.56% | - |
| XYZ | 14.74 | 11.89 | 4.89 | - |
| YUV | 96.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 53 | 0 | 0.43 | 0.63 | 0.44 | 18.88 | 0.46 | 0.38 |
| Hex | 8E | 51 | 35 | 0 | 2B | 3F | 2C | 13 | 2E | 26 |
| Octal | 216 | 121 | 65 | 0 | 53 | 77 | 54 | 23 | 56 | 46 |
| Binary | 10001110 | 1010001 | 110101 | 0 | 101011 | 111111 | 101100 | 10011 | 101110 | 100110 |
Color Harmonies of #8E5135
Complementary color
Monochromatic Colors of #8E5135
Black with #8E5135
Text Example
Text Example
White with #8E5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5135; }
p { color: rgb(142,81,53); }
H1.HeaderClassName
{
color: #8E5135;
}
.AnyTagClassName
{
color: #8E5135;
}
</style>
background-color css
<style>
a { background-color: #8E5135; }
a { background-color: rgb(142,81,53); }
div.DivClassName
{
background-color: #8E5135;
}
.BgClassName
{
background-color: #8E5135;
}
</style>
border-color css
<style>
span { border-color: #8E5135; }
span { border-color: rgb(142,81,53); }
td.TdClassName
{
border-color: #8E5135;
}
.TagClassName
{
border-color: #8E5135;
}
</style>