Shades of Chelsea Gem #8F522F
Tints of Chelsea Gem #8F522F
RGB
CMYK
RGB Variations
Color information
#8F522F (or 0x8F522F) is known color: Chelsea Gem. HEX triplet: 8F, 52 and 2F. RGB value is (143,82,47). Sum of RGB (Red+Green+Blue) = 143+82+47=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F522F is #70ADD0. Grayscale: #606060. Windows color (decimal): -7384529 or 3101327. OLE color: 3101327.
HSL color Cylindrical-coordinate representation of color #8F522F: hue angle of 21.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F522F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 47 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.44 |
| HSL | 21.88º | 0.51% | 0.37% | - |
| HSV(B) | 21.88º | 0.67% | 0.56% | - |
| XYZ | 14.86 | 12.08 | 4.24 | - |
| YUV | 96.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 47 | 0 | 0.43 | 0.67 | 0.44 | 21.88 | 0.51 | 0.37 |
| Hex | 8F | 52 | 2F | 0 | 2B | 43 | 2C | 16 | 33 | 25 |
| Octal | 217 | 122 | 57 | 0 | 53 | 103 | 54 | 26 | 63 | 45 |
| Binary | 10001111 | 1010010 | 101111 | 0 | 101011 | 1000011 | 101100 | 10110 | 110011 | 100101 |
Color Harmonies of #8F522F
Complementary color
Monochromatic Colors of #8F522F
Black with #8F522F
Text Example
Text Example
White with #8F522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F522F; }
p { color: rgb(143,82,47); }
H1.HeaderClassName
{
color: #8F522F;
}
.AnyTagClassName
{
color: #8F522F;
}
</style>
background-color css
<style>
a { background-color: #8F522F; }
a { background-color: rgb(143,82,47); }
div.DivClassName
{
background-color: #8F522F;
}
.BgClassName
{
background-color: #8F522F;
}
</style>
border-color css
<style>
span { border-color: #8F522F; }
span { border-color: rgb(143,82,47); }
td.TdClassName
{
border-color: #8F522F;
}
.TagClassName
{
border-color: #8F522F;
}
</style>