Shades of Chelsea Gem #8D5431
Tints of Chelsea Gem #8D5431
RGB
CMYK
RGB Variations
Color information
#8D5431 (or 0x8D5431) is known color: Chelsea Gem. HEX triplet: 8D, 54 and 31. RGB value is (141,84,49). Sum of RGB (Red+Green+Blue) = 141+84+49=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5431 is #72ABCE. Grayscale: #616161. Windows color (decimal): -7515087 or 3232909. OLE color: 3232909.
HSL color Cylindrical-coordinate representation of color #8D5431: hue angle of 22.83º 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 #8D5431 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 49 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.45 |
| HSL | 22.83º | 0.48% | 0.37% | - |
| HSV(B) | 22.83º | 0.65% | 0.55% | - |
| XYZ | 14.71 | 12.23 | 4.49 | - |
| YUV | 97.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 49 | 0 | 0.40 | 0.65 | 0.45 | 22.83 | 0.48 | 0.37 |
| Hex | 8D | 54 | 31 | 0 | 28 | 41 | 2D | 17 | 30 | 25 |
| Octal | 215 | 124 | 61 | 0 | 50 | 101 | 55 | 27 | 60 | 45 |
| Binary | 10001101 | 1010100 | 110001 | 0 | 101000 | 1000001 | 101101 | 10111 | 110000 | 100101 |
Color Harmonies of #8D5431
Complementary color
Monochromatic Colors of #8D5431
Black with #8D5431
Text Example
Text Example
White with #8D5431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5431; }
p { color: rgb(141,84,49); }
H1.HeaderClassName
{
color: #8D5431;
}
.AnyTagClassName
{
color: #8D5431;
}
</style>
background-color css
<style>
a { background-color: #8D5431; }
a { background-color: rgb(141,84,49); }
div.DivClassName
{
background-color: #8D5431;
}
.BgClassName
{
background-color: #8D5431;
}
</style>
border-color css
<style>
span { border-color: #8D5431; }
span { border-color: rgb(141,84,49); }
td.TdClassName
{
border-color: #8D5431;
}
.TagClassName
{
border-color: #8D5431;
}
</style>