Shades of Chelsea Gem #985530
Tints of Chelsea Gem #985530
RGB
CMYK
RGB Variations
Color information
#985530 (or 0x985530) is known color: Chelsea Gem. HEX triplet: 98, 55 and 30. RGB value is (152,85,48). Sum of RGB (Red+Green+Blue) = 152+85+48=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #985530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985530 is #67AACF. Grayscale: #656565. Windows color (decimal): -6793936 or 3167640. OLE color: 3167640.
HSL color Cylindrical-coordinate representation of color #985530: hue angle of 21.35º degrees, saturation: 0.52, 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 #985530 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 48 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.40 |
| HSL | 21.35º | 0.52% | 0.39% | - |
| HSV(B) | 21.35º | 0.68% | 0.6% | - |
| XYZ | 16.73 | 13.39 | 4.5 | - |
| YUV | 100.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 48 | 0 | 0.44 | 0.68 | 0.40 | 21.35 | 0.52 | 0.39 |
| Hex | 98 | 55 | 30 | 0 | 2C | 44 | 28 | 15 | 34 | 27 |
| Octal | 230 | 125 | 60 | 0 | 54 | 104 | 50 | 25 | 64 | 47 |
| Binary | 10011000 | 1010101 | 110000 | 0 | 101100 | 1000100 | 101000 | 10101 | 110100 | 100111 |
Color Harmonies of #985530
Complementary color
Monochromatic Colors of #985530
Black with #985530
Text Example
Text Example
White with #985530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985530; }
p { color: rgb(152,85,48); }
H1.HeaderClassName
{
color: #985530;
}
.AnyTagClassName
{
color: #985530;
}
</style>
background-color css
<style>
a { background-color: #985530; }
a { background-color: rgb(152,85,48); }
div.DivClassName
{
background-color: #985530;
}
.BgClassName
{
background-color: #985530;
}
</style>
border-color css
<style>
span { border-color: #985530; }
span { border-color: rgb(152,85,48); }
td.TdClassName
{
border-color: #985530;
}
.TagClassName
{
border-color: #985530;
}
</style>