Shades of Chelsea Gem #975533
Tints of Chelsea Gem #975533
RGB
CMYK
RGB Variations
Color information
#975533 (or 0x975533) is known color: Chelsea Gem. HEX triplet: 97, 55 and 33. RGB value is (151,85,51). Sum of RGB (Red+Green+Blue) = 151+85+51=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975533 is #68AACC. Grayscale: #656565. Windows color (decimal): -6859469 or 3364247. OLE color: 3364247.
HSL color Cylindrical-coordinate representation of color #975533: hue angle of 20.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975533 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 85 | 51 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.41 |
| HSL | 20.4º | 0.5% | 0.4% | - |
| HSV(B) | 20.4º | 0.66% | 0.59% | - |
| XYZ | 16.61 | 13.32 | 4.83 | - |
| YUV | 100.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 51 | 0 | 0.44 | 0.66 | 0.41 | 20.4 | 0.5 | 0.4 |
| Hex | 97 | 55 | 33 | 0 | 2C | 42 | 29 | 14 | 32 | 28 |
| Octal | 227 | 125 | 63 | 0 | 54 | 102 | 51 | 24 | 62 | 50 |
| Binary | 10010111 | 1010101 | 110011 | 0 | 101100 | 1000010 | 101001 | 10100 | 110010 | 101000 |
Color Harmonies of #975533
Complementary color
Monochromatic Colors of #975533
Black with #975533
Text Example
Text Example
White with #975533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975533; }
p { color: rgb(151,85,51); }
H1.HeaderClassName
{
color: #975533;
}
.AnyTagClassName
{
color: #975533;
}
</style>
background-color css
<style>
a { background-color: #975533; }
a { background-color: rgb(151,85,51); }
div.DivClassName
{
background-color: #975533;
}
.BgClassName
{
background-color: #975533;
}
</style>
border-color css
<style>
span { border-color: #975533; }
span { border-color: rgb(151,85,51); }
td.TdClassName
{
border-color: #975533;
}
.TagClassName
{
border-color: #975533;
}
</style>