Shades of Chelsea Gem #8F5434
Tints of Chelsea Gem #8F5434
RGB
CMYK
RGB Variations
Color information
#8F5434 (or 0x8F5434) is known color: Chelsea Gem. HEX triplet: 8F, 54 and 34. RGB value is (143,84,52). Sum of RGB (Red+Green+Blue) = 143+84+52=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5434 is #70ABCB. Grayscale: #626262. Windows color (decimal): -7384012 or 3429519. OLE color: 3429519.
HSL color Cylindrical-coordinate representation of color #8F5434: hue angle of 21.1º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F5434 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 52 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.44 |
| HSL | 21.1º | 0.47% | 0.38% | - |
| HSV(B) | 21.1º | 0.64% | 0.56% | - |
| XYZ | 15.12 | 12.43 | 4.85 | - |
| YUV | 97.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 52 | 0 | 0.41 | 0.64 | 0.44 | 21.1 | 0.47 | 0.38 |
| Hex | 8F | 54 | 34 | 0 | 29 | 40 | 2C | 15 | 2F | 26 |
| Octal | 217 | 124 | 64 | 0 | 51 | 100 | 54 | 25 | 57 | 46 |
| Binary | 10001111 | 1010100 | 110100 | 0 | 101001 | 1000000 | 101100 | 10101 | 101111 | 100110 |
Color Harmonies of #8F5434
Complementary color
Monochromatic Colors of #8F5434
Black with #8F5434
Text Example
Text Example
White with #8F5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5434; }
p { color: rgb(143,84,52); }
H1.HeaderClassName
{
color: #8F5434;
}
.AnyTagClassName
{
color: #8F5434;
}
</style>
background-color css
<style>
a { background-color: #8F5434; }
a { background-color: rgb(143,84,52); }
div.DivClassName
{
background-color: #8F5434;
}
.BgClassName
{
background-color: #8F5434;
}
</style>
border-color css
<style>
span { border-color: #8F5434; }
span { border-color: rgb(143,84,52); }
td.TdClassName
{
border-color: #8F5434;
}
.TagClassName
{
border-color: #8F5434;
}
</style>