Shades of Chelsea Gem #935337
Tints of Chelsea Gem #935337
RGB
CMYK
RGB Variations
Color information
#935337 (or 0x935337) is known color: Chelsea Gem. HEX triplet: 93, 53 and 37. RGB value is (147,83,55). Sum of RGB (Red+Green+Blue) = 147+83+55=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935337 is #6CACC8. Grayscale: #636363. Windows color (decimal): -7122121 or 3625875. OLE color: 3625875.
HSL color Cylindrical-coordinate representation of color #935337: hue angle of 18.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935337 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 55 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.42 |
| HSL | 18.26º | 0.46% | 0.4% | - |
| HSV(B) | 18.26º | 0.63% | 0.58% | - |
| XYZ | 15.82 | 12.67 | 5.23 | - |
| YUV | 98.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 55 | 0 | 0.44 | 0.63 | 0.42 | 18.26 | 0.46 | 0.4 |
| Hex | 93 | 53 | 37 | 0 | 2C | 3F | 2A | 12 | 2E | 28 |
| Octal | 223 | 123 | 67 | 0 | 54 | 77 | 52 | 22 | 56 | 50 |
| Binary | 10010011 | 1010011 | 110111 | 0 | 101100 | 111111 | 101010 | 10010 | 101110 | 101000 |
Color Harmonies of #935337
Complementary color
Monochromatic Colors of #935337
Black with #935337
Text Example
Text Example
White with #935337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935337; }
p { color: rgb(147,83,55); }
H1.HeaderClassName
{
color: #935337;
}
.AnyTagClassName
{
color: #935337;
}
</style>
background-color css
<style>
a { background-color: #935337; }
a { background-color: rgb(147,83,55); }
div.DivClassName
{
background-color: #935337;
}
.BgClassName
{
background-color: #935337;
}
</style>
border-color css
<style>
span { border-color: #935337; }
span { border-color: rgb(147,83,55); }
td.TdClassName
{
border-color: #935337;
}
.TagClassName
{
border-color: #935337;
}
</style>