Shades of Chelsea Gem #8E5530
Tints of Chelsea Gem #8E5530
RGB
CMYK
RGB Variations
Color information
#8E5530 (or 0x8E5530) is known color: Chelsea Gem. HEX triplet: 8E, 55 and 30. RGB value is (142,85,48). Sum of RGB (Red+Green+Blue) = 142+85+48=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5530 is #71AACF. Grayscale: #626262. Windows color (decimal): -7449296 or 3167630. OLE color: 3167630.
HSL color Cylindrical-coordinate representation of color #8E5530: hue angle of 23.62º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E5530 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 48 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.44 |
| HSL | 23.62º | 0.49% | 0.37% | - |
| HSV(B) | 23.62º | 0.66% | 0.56% | - |
| XYZ | 14.94 | 12.46 | 4.41 | - |
| YUV | 97.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 48 | 0 | 0.40 | 0.66 | 0.44 | 23.62 | 0.49 | 0.37 |
| Hex | 8E | 55 | 30 | 0 | 28 | 42 | 2C | 18 | 31 | 25 |
| Octal | 216 | 125 | 60 | 0 | 50 | 102 | 54 | 30 | 61 | 45 |
| Binary | 10001110 | 1010101 | 110000 | 0 | 101000 | 1000010 | 101100 | 11000 | 110001 | 100101 |
Color Harmonies of #8E5530
Complementary color
Monochromatic Colors of #8E5530
Black with #8E5530
Text Example
Text Example
White with #8E5530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5530; }
p { color: rgb(142,85,48); }
H1.HeaderClassName
{
color: #8E5530;
}
.AnyTagClassName
{
color: #8E5530;
}
</style>
background-color css
<style>
a { background-color: #8E5530; }
a { background-color: rgb(142,85,48); }
div.DivClassName
{
background-color: #8E5530;
}
.BgClassName
{
background-color: #8E5530;
}
</style>
border-color css
<style>
span { border-color: #8E5530; }
span { border-color: rgb(142,85,48); }
td.TdClassName
{
border-color: #8E5530;
}
.TagClassName
{
border-color: #8E5530;
}
</style>