Shades of Chelsea Gem #8E5132
Tints of Chelsea Gem #8E5132
RGB
CMYK
RGB Variations
Color information
#8E5132 (or 0x8E5132) is known color: Chelsea Gem. HEX triplet: 8E, 51 and 32. RGB value is (142,81,50). Sum of RGB (Red+Green+Blue) = 142+81+50=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5132 is #71AECD. Grayscale: #5F5F5F. Windows color (decimal): -7450318 or 3297678. OLE color: 3297678.
HSL color Cylindrical-coordinate representation of color #8E5132: hue angle of 20.22º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E5132 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 50 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.44 |
| HSL | 20.22º | 0.48% | 0.38% | - |
| HSV(B) | 20.22º | 0.65% | 0.56% | - |
| XYZ | 14.67 | 11.87 | 4.53 | - |
| YUV | 95.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 50 | 0 | 0.43 | 0.65 | 0.44 | 20.22 | 0.48 | 0.38 |
| Hex | 8E | 51 | 32 | 0 | 2B | 41 | 2C | 14 | 30 | 26 |
| Octal | 216 | 121 | 62 | 0 | 53 | 101 | 54 | 24 | 60 | 46 |
| Binary | 10001110 | 1010001 | 110010 | 0 | 101011 | 1000001 | 101100 | 10100 | 110000 | 100110 |
Color Harmonies of #8E5132
Complementary color
Monochromatic Colors of #8E5132
Black with #8E5132
Text Example
Text Example
White with #8E5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5132; }
p { color: rgb(142,81,50); }
H1.HeaderClassName
{
color: #8E5132;
}
.AnyTagClassName
{
color: #8E5132;
}
</style>
background-color css
<style>
a { background-color: #8E5132; }
a { background-color: rgb(142,81,50); }
div.DivClassName
{
background-color: #8E5132;
}
.BgClassName
{
background-color: #8E5132;
}
</style>
border-color css
<style>
span { border-color: #8E5132; }
span { border-color: rgb(142,81,50); }
td.TdClassName
{
border-color: #8E5132;
}
.TagClassName
{
border-color: #8E5132;
}
</style>