Shades of Chelsea Gem #8D522C
Tints of Chelsea Gem #8D522C
RGB
CMYK
RGB Variations
Color information
#8D522C (or 0x8D522C) is known color: Chelsea Gem. HEX triplet: 8D, 52 and 2C. RGB value is (141,82,44). Sum of RGB (Red+Green+Blue) = 141+82+44=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D522C is #72ADD3. Grayscale: #5F5F5F. Windows color (decimal): -7515604 or 2904717. OLE color: 2904717.
HSL color Cylindrical-coordinate representation of color #8D522C: hue angle of 23.51º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D522C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 44 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.45 |
| HSL | 23.51º | 0.52% | 0.36% | - |
| HSV(B) | 23.51º | 0.69% | 0.55% | - |
| XYZ | 14.46 | 11.88 | 3.91 | - |
| YUV | 95.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 44 | 0 | 0.42 | 0.69 | 0.45 | 23.51 | 0.52 | 0.36 |
| Hex | 8D | 52 | 2C | 0 | 2A | 45 | 2D | 18 | 34 | 24 |
| Octal | 215 | 122 | 54 | 0 | 52 | 105 | 55 | 30 | 64 | 44 |
| Binary | 10001101 | 1010010 | 101100 | 0 | 101010 | 1000101 | 101101 | 11000 | 110100 | 100100 |
Color Harmonies of #8D522C
Complementary color
Monochromatic Colors of #8D522C
Black with #8D522C
Text Example
Text Example
White with #8D522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D522C; }
p { color: rgb(141,82,44); }
H1.HeaderClassName
{
color: #8D522C;
}
.AnyTagClassName
{
color: #8D522C;
}
</style>
background-color css
<style>
a { background-color: #8D522C; }
a { background-color: rgb(141,82,44); }
div.DivClassName
{
background-color: #8D522C;
}
.BgClassName
{
background-color: #8D522C;
}
</style>
border-color css
<style>
span { border-color: #8D522C; }
span { border-color: rgb(141,82,44); }
td.TdClassName
{
border-color: #8D522C;
}
.TagClassName
{
border-color: #8D522C;
}
</style>