Shades of Chelsea Gem #985131
Tints of Chelsea Gem #985131
RGB
CMYK
RGB Variations
Color information
#985131 (or 0x985131) is known color: Chelsea Gem. HEX triplet: 98, 51 and 31. RGB value is (152,81,49). Sum of RGB (Red+Green+Blue) = 152+81+49=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #985131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985131 is #67AECE. Grayscale: #626262. Windows color (decimal): -6794959 or 3232152. OLE color: 3232152.
HSL color Cylindrical-coordinate representation of color #985131: hue angle of 18.64º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #985131 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 49 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.40 |
| HSL | 18.64º | 0.51% | 0.39% | - |
| HSV(B) | 18.64º | 0.68% | 0.6% | - |
| XYZ | 16.45 | 12.78 | 4.51 | - |
| YUV | 98.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 49 | 0 | 0.47 | 0.68 | 0.40 | 18.64 | 0.51 | 0.39 |
| Hex | 98 | 51 | 31 | 0 | 2F | 44 | 28 | 13 | 33 | 27 |
| Octal | 230 | 121 | 61 | 0 | 57 | 104 | 50 | 23 | 63 | 47 |
| Binary | 10011000 | 1010001 | 110001 | 0 | 101111 | 1000100 | 101000 | 10011 | 110011 | 100111 |
Color Harmonies of #985131
Complementary color
Monochromatic Colors of #985131
Black with #985131
Text Example
Text Example
White with #985131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985131; }
p { color: rgb(152,81,49); }
H1.HeaderClassName
{
color: #985131;
}
.AnyTagClassName
{
color: #985131;
}
</style>
background-color css
<style>
a { background-color: #985131; }
a { background-color: rgb(152,81,49); }
div.DivClassName
{
background-color: #985131;
}
.BgClassName
{
background-color: #985131;
}
</style>
border-color css
<style>
span { border-color: #985131; }
span { border-color: rgb(152,81,49); }
td.TdClassName
{
border-color: #985131;
}
.TagClassName
{
border-color: #985131;
}
</style>