Shades of Chelsea Gem #8D522D
Tints of Chelsea Gem #8D522D
RGB
CMYK
RGB Variations
Color information
#8D522D (or 0x8D522D) is known color: Chelsea Gem. HEX triplet: 8D, 52 and 2D. RGB value is (141,82,45). Sum of RGB (Red+Green+Blue) = 141+82+45=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D522D is #72ADD2. Grayscale: #5F5F5F. Windows color (decimal): -7515603 or 2970253. OLE color: 2970253.
HSL color Cylindrical-coordinate representation of color #8D522D: hue angle of 23.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D522D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 45 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.45 |
| HSL | 23.13º | 0.52% | 0.36% | - |
| HSV(B) | 23.13º | 0.68% | 0.55% | - |
| XYZ | 14.48 | 11.89 | 4.01 | - |
| YUV | 95.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 45 | 0 | 0.42 | 0.68 | 0.45 | 23.13 | 0.52 | 0.36 |
| Hex | 8D | 52 | 2D | 0 | 2A | 44 | 2D | 17 | 34 | 24 |
| Octal | 215 | 122 | 55 | 0 | 52 | 104 | 55 | 27 | 64 | 44 |
| Binary | 10001101 | 1010010 | 101101 | 0 | 101010 | 1000100 | 101101 | 10111 | 110100 | 100100 |
Color Harmonies of #8D522D
Complementary color
Monochromatic Colors of #8D522D
Black with #8D522D
Text Example
Text Example
White with #8D522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D522D; }
p { color: rgb(141,82,45); }
H1.HeaderClassName
{
color: #8D522D;
}
.AnyTagClassName
{
color: #8D522D;
}
</style>
background-color css
<style>
a { background-color: #8D522D; }
a { background-color: rgb(141,82,45); }
div.DivClassName
{
background-color: #8D522D;
}
.BgClassName
{
background-color: #8D522D;
}
</style>
border-color css
<style>
span { border-color: #8D522D; }
span { border-color: rgb(141,82,45); }
td.TdClassName
{
border-color: #8D522D;
}
.TagClassName
{
border-color: #8D522D;
}
</style>