Shades of Chelsea Gem #8D5831
Tints of Chelsea Gem #8D5831
RGB
CMYK
RGB Variations
Color information
#8D5831 (or 0x8D5831) is known color: Chelsea Gem. HEX triplet: 8D, 58 and 31. RGB value is (141,88,49). Sum of RGB (Red+Green+Blue) = 141+88+49=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5831 is #72A7CE. Grayscale: #636363. Windows color (decimal): -7514063 or 3233933. OLE color: 3233933.
HSL color Cylindrical-coordinate representation of color #8D5831: hue angle of 25.43º 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 #8D5831 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 49 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.45 |
| HSL | 25.43º | 0.48% | 0.37% | - |
| HSV(B) | 25.43º | 0.65% | 0.55% | - |
| XYZ | 15.03 | 12.86 | 4.6 | - |
| YUV | 99.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 49 | 0 | 0.38 | 0.65 | 0.45 | 25.43 | 0.48 | 0.37 |
| Hex | 8D | 58 | 31 | 0 | 26 | 41 | 2D | 19 | 30 | 25 |
| Octal | 215 | 130 | 61 | 0 | 46 | 101 | 55 | 31 | 60 | 45 |
| Binary | 10001101 | 1011000 | 110001 | 0 | 100110 | 1000001 | 101101 | 11001 | 110000 | 100101 |
Color Harmonies of #8D5831
Complementary color
Monochromatic Colors of #8D5831
Black with #8D5831
Text Example
Text Example
White with #8D5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5831; }
p { color: rgb(141,88,49); }
H1.HeaderClassName
{
color: #8D5831;
}
.AnyTagClassName
{
color: #8D5831;
}
</style>
background-color css
<style>
a { background-color: #8D5831; }
a { background-color: rgb(141,88,49); }
div.DivClassName
{
background-color: #8D5831;
}
.BgClassName
{
background-color: #8D5831;
}
</style>
border-color css
<style>
span { border-color: #8D5831; }
span { border-color: rgb(141,88,49); }
td.TdClassName
{
border-color: #8D5831;
}
.TagClassName
{
border-color: #8D5831;
}
</style>