Shades of Chelsea Gem #8D5229
Tints of Chelsea Gem #8D5229
RGB
CMYK
RGB Variations
Color information
#8D5229 (or 0x8D5229) is known color: Chelsea Gem. HEX triplet: 8D, 52 and 29. RGB value is (141,82,41). Sum of RGB (Red+Green+Blue) = 141+82+41=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5229 is #72ADD6. Grayscale: #5F5F5F. Windows color (decimal): -7515607 or 2708109. OLE color: 2708109.
HSL color Cylindrical-coordinate representation of color #8D5229: hue angle of 24.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D5229 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 41 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.45 |
| HSL | 24.6º | 0.55% | 0.36% | - |
| HSV(B) | 24.6º | 0.71% | 0.55% | - |
| XYZ | 14.4 | 11.86 | 3.63 | - |
| YUV | 94.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 41 | 0 | 0.42 | 0.71 | 0.45 | 24.6 | 0.55 | 0.36 |
| Hex | 8D | 52 | 29 | 0 | 2A | 47 | 2D | 19 | 37 | 24 |
| Octal | 215 | 122 | 51 | 0 | 52 | 107 | 55 | 31 | 67 | 44 |
| Binary | 10001101 | 1010010 | 101001 | 0 | 101010 | 1000111 | 101101 | 11001 | 110111 | 100100 |
Color Harmonies of #8D5229
Complementary color
Monochromatic Colors of #8D5229
Black with #8D5229
Text Example
Text Example
White with #8D5229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5229; }
p { color: rgb(141,82,41); }
H1.HeaderClassName
{
color: #8D5229;
}
.AnyTagClassName
{
color: #8D5229;
}
</style>
background-color css
<style>
a { background-color: #8D5229; }
a { background-color: rgb(141,82,41); }
div.DivClassName
{
background-color: #8D5229;
}
.BgClassName
{
background-color: #8D5229;
}
</style>
border-color css
<style>
span { border-color: #8D5229; }
span { border-color: rgb(141,82,41); }
td.TdClassName
{
border-color: #8D5229;
}
.TagClassName
{
border-color: #8D5229;
}
</style>