Shades of Chelsea Gem #8D542F
Tints of Chelsea Gem #8D542F
RGB
CMYK
RGB Variations
Color information
#8D542F (or 0x8D542F) is known color: Chelsea Gem. HEX triplet: 8D, 54 and 2F. RGB value is (141,84,47). Sum of RGB (Red+Green+Blue) = 141+84+47=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D542F is #72ABD0. Grayscale: #616161. Windows color (decimal): -7515089 or 3101837. OLE color: 3101837.
HSL color Cylindrical-coordinate representation of color #8D542F: hue angle of 23.62º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D542F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 47 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.45 |
| HSL | 23.62º | 0.5% | 0.37% | - |
| HSV(B) | 23.62º | 0.67% | 0.55% | - |
| XYZ | 14.67 | 12.21 | 4.27 | - |
| YUV | 96.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 47 | 0 | 0.40 | 0.67 | 0.45 | 23.62 | 0.5 | 0.37 |
| Hex | 8D | 54 | 2F | 0 | 28 | 43 | 2D | 18 | 32 | 25 |
| Octal | 215 | 124 | 57 | 0 | 50 | 103 | 55 | 30 | 62 | 45 |
| Binary | 10001101 | 1010100 | 101111 | 0 | 101000 | 1000011 | 101101 | 11000 | 110010 | 100101 |
Color Harmonies of #8D542F
Complementary color
Monochromatic Colors of #8D542F
Black with #8D542F
Text Example
Text Example
White with #8D542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D542F; }
p { color: rgb(141,84,47); }
H1.HeaderClassName
{
color: #8D542F;
}
.AnyTagClassName
{
color: #8D542F;
}
</style>
background-color css
<style>
a { background-color: #8D542F; }
a { background-color: rgb(141,84,47); }
div.DivClassName
{
background-color: #8D542F;
}
.BgClassName
{
background-color: #8D542F;
}
</style>
border-color css
<style>
span { border-color: #8D542F; }
span { border-color: rgb(141,84,47); }
td.TdClassName
{
border-color: #8D542F;
}
.TagClassName
{
border-color: #8D542F;
}
</style>