Shades of Chelsea Gem #8F572C
Tints of Chelsea Gem #8F572C
RGB
CMYK
RGB Variations
Color information
#8F572C (or 0x8F572C) is known color: Chelsea Gem. HEX triplet: 8F, 57 and 2C. RGB value is (143,87,44). Sum of RGB (Red+Green+Blue) = 143+87+44=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F572C is #70A8D3. Grayscale: #636363. Windows color (decimal): -7383252 or 2905999. OLE color: 2905999.
HSL color Cylindrical-coordinate representation of color #8F572C: hue angle of 26.06º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F572C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 44 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.44 |
| HSL | 26.06º | 0.53% | 0.37% | - |
| HSV(B) | 26.06º | 0.69% | 0.56% | - |
| XYZ | 15.19 | 12.84 | 4.06 | - |
| YUV | 98.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 44 | 0 | 0.39 | 0.69 | 0.44 | 26.06 | 0.53 | 0.37 |
| Hex | 8F | 57 | 2C | 0 | 27 | 45 | 2C | 1A | 35 | 25 |
| Octal | 217 | 127 | 54 | 0 | 47 | 105 | 54 | 32 | 65 | 45 |
| Binary | 10001111 | 1010111 | 101100 | 0 | 100111 | 1000101 | 101100 | 11010 | 110101 | 100101 |
Color Harmonies of #8F572C
Complementary color
Monochromatic Colors of #8F572C
Black with #8F572C
Text Example
Text Example
White with #8F572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F572C; }
p { color: rgb(143,87,44); }
H1.HeaderClassName
{
color: #8F572C;
}
.AnyTagClassName
{
color: #8F572C;
}
</style>
background-color css
<style>
a { background-color: #8F572C; }
a { background-color: rgb(143,87,44); }
div.DivClassName
{
background-color: #8F572C;
}
.BgClassName
{
background-color: #8F572C;
}
</style>
border-color css
<style>
span { border-color: #8F572C; }
span { border-color: rgb(143,87,44); }
td.TdClassName
{
border-color: #8F572C;
}
.TagClassName
{
border-color: #8F572C;
}
</style>