Shades of Chelsea Gem #8F502E
Tints of Chelsea Gem #8F502E
RGB
CMYK
RGB Variations
Color information
#8F502E (or 0x8F502E) is known color: Chelsea Gem. HEX triplet: 8F, 50 and 2E. RGB value is (143,80,46). Sum of RGB (Red+Green+Blue) = 143+80+46=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F502E is #70AFD1. Grayscale: #5F5F5F. Windows color (decimal): -7385042 or 3035279. OLE color: 3035279.
HSL color Cylindrical-coordinate representation of color #8F502E: hue angle of 21.03º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F502E is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 46 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.44 |
| HSL | 21.03º | 0.51% | 0.37% | - |
| HSV(B) | 21.03º | 0.68% | 0.56% | - |
| XYZ | 14.69 | 11.77 | 4.08 | - |
| YUV | 94.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 46 | 0 | 0.44 | 0.68 | 0.44 | 21.03 | 0.51 | 0.37 |
| Hex | 8F | 50 | 2E | 0 | 2C | 44 | 2C | 15 | 33 | 25 |
| Octal | 217 | 120 | 56 | 0 | 54 | 104 | 54 | 25 | 63 | 45 |
| Binary | 10001111 | 1010000 | 101110 | 0 | 101100 | 1000100 | 101100 | 10101 | 110011 | 100101 |
Color Harmonies of #8F502E
Complementary color
Monochromatic Colors of #8F502E
Black with #8F502E
Text Example
Text Example
White with #8F502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F502E; }
p { color: rgb(143,80,46); }
H1.HeaderClassName
{
color: #8F502E;
}
.AnyTagClassName
{
color: #8F502E;
}
</style>
background-color css
<style>
a { background-color: #8F502E; }
a { background-color: rgb(143,80,46); }
div.DivClassName
{
background-color: #8F502E;
}
.BgClassName
{
background-color: #8F502E;
}
</style>
border-color css
<style>
span { border-color: #8F502E; }
span { border-color: rgb(143,80,46); }
td.TdClassName
{
border-color: #8F502E;
}
.TagClassName
{
border-color: #8F502E;
}
</style>