Shades of Chelsea Gem #935335
Tints of Chelsea Gem #935335
RGB
CMYK
RGB Variations
Color information
#935335 (or 0x935335) is known color: Chelsea Gem. HEX triplet: 93, 53 and 35. RGB value is (147,83,53). Sum of RGB (Red+Green+Blue) = 147+83+53=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #935335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935335 is #6CACCA. Grayscale: #626262. Windows color (decimal): -7122123 or 3494803. OLE color: 3494803.
HSL color Cylindrical-coordinate representation of color #935335: hue angle of 19.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #935335 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 53 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.42 |
| HSL | 19.15º | 0.47% | 0.39% | - |
| HSV(B) | 19.15º | 0.64% | 0.58% | - |
| XYZ | 15.77 | 12.65 | 4.98 | - |
| YUV | 98.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 53 | 0 | 0.44 | 0.64 | 0.42 | 19.15 | 0.47 | 0.39 |
| Hex | 93 | 53 | 35 | 0 | 2C | 40 | 2A | 13 | 2F | 27 |
| Octal | 223 | 123 | 65 | 0 | 54 | 100 | 52 | 23 | 57 | 47 |
| Binary | 10010011 | 1010011 | 110101 | 0 | 101100 | 1000000 | 101010 | 10011 | 101111 | 100111 |
Color Harmonies of #935335
Complementary color
Monochromatic Colors of #935335
Black with #935335
Text Example
Text Example
White with #935335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935335; }
p { color: rgb(147,83,53); }
H1.HeaderClassName
{
color: #935335;
}
.AnyTagClassName
{
color: #935335;
}
</style>
background-color css
<style>
a { background-color: #935335; }
a { background-color: rgb(147,83,53); }
div.DivClassName
{
background-color: #935335;
}
.BgClassName
{
background-color: #935335;
}
</style>
border-color css
<style>
span { border-color: #935335; }
span { border-color: rgb(147,83,53); }
td.TdClassName
{
border-color: #935335;
}
.TagClassName
{
border-color: #935335;
}
</style>