Shades of Chelsea Gem #975133
Tints of Chelsea Gem #975133
RGB
CMYK
RGB Variations
Color information
#975133 (or 0x975133) is known color: Chelsea Gem. HEX triplet: 97, 51 and 33. RGB value is (151,81,51). Sum of RGB (Red+Green+Blue) = 151+81+51=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #975133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975133 is #68AECC. Grayscale: #626262. Windows color (decimal): -6860493 or 3363223. OLE color: 3363223.
HSL color Cylindrical-coordinate representation of color #975133: hue angle of 18º 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 #975133 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 51 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.41 |
| HSL | 18º | 0.5% | 0.4% | - |
| HSV(B) | 18º | 0.66% | 0.59% | - |
| XYZ | 16.3 | 12.7 | 4.72 | - |
| YUV | 98.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 51 | 0 | 0.46 | 0.66 | 0.41 | 18 | 0.5 | 0.4 |
| Hex | 97 | 51 | 33 | 0 | 2E | 42 | 29 | 12 | 32 | 28 |
| Octal | 227 | 121 | 63 | 0 | 56 | 102 | 51 | 22 | 62 | 50 |
| Binary | 10010111 | 1010001 | 110011 | 0 | 101110 | 1000010 | 101001 | 10010 | 110010 | 101000 |
Color Harmonies of #975133
Complementary color
Monochromatic Colors of #975133
Black with #975133
Text Example
Text Example
White with #975133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975133; }
p { color: rgb(151,81,51); }
H1.HeaderClassName
{
color: #975133;
}
.AnyTagClassName
{
color: #975133;
}
</style>
background-color css
<style>
a { background-color: #975133; }
a { background-color: rgb(151,81,51); }
div.DivClassName
{
background-color: #975133;
}
.BgClassName
{
background-color: #975133;
}
</style>
border-color css
<style>
span { border-color: #975133; }
span { border-color: rgb(151,81,51); }
td.TdClassName
{
border-color: #975133;
}
.TagClassName
{
border-color: #975133;
}
</style>