Shades of Chelsea Gem #8E5030
Tints of Chelsea Gem #8E5030
RGB
CMYK
RGB Variations
Color information
#8E5030 (or 0x8E5030) is known color: Chelsea Gem. HEX triplet: 8E, 50 and 30. RGB value is (142,80,48). Sum of RGB (Red+Green+Blue) = 142+80+48=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5030 is #71AFCF. Grayscale: #5F5F5F. Windows color (decimal): -7450576 or 3166350. OLE color: 3166350.
HSL color Cylindrical-coordinate representation of color #8E5030: hue angle of 20.43º 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 #8E5030 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 48 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.44 |
| HSL | 20.43º | 0.49% | 0.37% | - |
| HSV(B) | 20.43º | 0.66% | 0.56% | - |
| XYZ | 14.56 | 11.7 | 4.29 | - |
| YUV | 94.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 48 | 0 | 0.44 | 0.66 | 0.44 | 20.43 | 0.49 | 0.37 |
| Hex | 8E | 50 | 30 | 0 | 2C | 42 | 2C | 14 | 31 | 25 |
| Octal | 216 | 120 | 60 | 0 | 54 | 102 | 54 | 24 | 61 | 45 |
| Binary | 10001110 | 1010000 | 110000 | 0 | 101100 | 1000010 | 101100 | 10100 | 110001 | 100101 |
Color Harmonies of #8E5030
Complementary color
Monochromatic Colors of #8E5030
Black with #8E5030
Text Example
Text Example
White with #8E5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5030; }
p { color: rgb(142,80,48); }
H1.HeaderClassName
{
color: #8E5030;
}
.AnyTagClassName
{
color: #8E5030;
}
</style>
background-color css
<style>
a { background-color: #8E5030; }
a { background-color: rgb(142,80,48); }
div.DivClassName
{
background-color: #8E5030;
}
.BgClassName
{
background-color: #8E5030;
}
</style>
border-color css
<style>
span { border-color: #8E5030; }
span { border-color: rgb(142,80,48); }
td.TdClassName
{
border-color: #8E5030;
}
.TagClassName
{
border-color: #8E5030;
}
</style>