Shades of Chelsea Gem #8D5232
Tints of Chelsea Gem #8D5232
RGB
CMYK
RGB Variations
Color information
#8D5232 (or 0x8D5232) is known color: Chelsea Gem. HEX triplet: 8D, 52 and 32. RGB value is (141,82,50). Sum of RGB (Red+Green+Blue) = 141+82+50=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5232 is #72ADCD. Grayscale: #606060. Windows color (decimal): -7515598 or 3297933. OLE color: 3297933.
HSL color Cylindrical-coordinate representation of color #8D5232: hue angle of 21.1º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D5232 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 50 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.45 |
| HSL | 21.1º | 0.48% | 0.37% | - |
| HSV(B) | 21.1º | 0.65% | 0.55% | - |
| XYZ | 14.58 | 11.93 | 4.55 | - |
| YUV | 95.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 50 | 0 | 0.42 | 0.65 | 0.45 | 21.1 | 0.48 | 0.37 |
| Hex | 8D | 52 | 32 | 0 | 2A | 41 | 2D | 15 | 30 | 25 |
| Octal | 215 | 122 | 62 | 0 | 52 | 101 | 55 | 25 | 60 | 45 |
| Binary | 10001101 | 1010010 | 110010 | 0 | 101010 | 1000001 | 101101 | 10101 | 110000 | 100101 |
Color Harmonies of #8D5232
Complementary color
Monochromatic Colors of #8D5232
Black with #8D5232
Text Example
Text Example
White with #8D5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5232; }
p { color: rgb(141,82,50); }
H1.HeaderClassName
{
color: #8D5232;
}
.AnyTagClassName
{
color: #8D5232;
}
</style>
background-color css
<style>
a { background-color: #8D5232; }
a { background-color: rgb(141,82,50); }
div.DivClassName
{
background-color: #8D5232;
}
.BgClassName
{
background-color: #8D5232;
}
</style>
border-color css
<style>
span { border-color: #8D5232; }
span { border-color: rgb(141,82,50); }
td.TdClassName
{
border-color: #8D5232;
}
.TagClassName
{
border-color: #8D5232;
}
</style>