Shades of Chelsea Gem #935333
Tints of Chelsea Gem #935333
RGB
CMYK
RGB Variations
Color information
#935333 (or 0x935333) is known color: Chelsea Gem. HEX triplet: 93, 53 and 33. RGB value is (147,83,51). Sum of RGB (Red+Green+Blue) = 147+83+51=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #935333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935333 is #6CACCC. Grayscale: #626262. Windows color (decimal): -7122125 or 3363731. OLE color: 3363731.
HSL color Cylindrical-coordinate representation of color #935333: hue angle of 20º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #935333 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 51 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.42 |
| HSL | 20º | 0.48% | 0.39% | - |
| HSV(B) | 20º | 0.65% | 0.58% | - |
| XYZ | 15.72 | 12.63 | 4.74 | - |
| YUV | 98.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 51 | 0 | 0.44 | 0.65 | 0.42 | 20 | 0.48 | 0.39 |
| Hex | 93 | 53 | 33 | 0 | 2C | 41 | 2A | 14 | 30 | 27 |
| Octal | 223 | 123 | 63 | 0 | 54 | 101 | 52 | 24 | 60 | 47 |
| Binary | 10010011 | 1010011 | 110011 | 0 | 101100 | 1000001 | 101010 | 10100 | 110000 | 100111 |
Color Harmonies of #935333
Complementary color
Monochromatic Colors of #935333
Black with #935333
Text Example
Text Example
White with #935333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935333; }
p { color: rgb(147,83,51); }
H1.HeaderClassName
{
color: #935333;
}
.AnyTagClassName
{
color: #935333;
}
</style>
background-color css
<style>
a { background-color: #935333; }
a { background-color: rgb(147,83,51); }
div.DivClassName
{
background-color: #935333;
}
.BgClassName
{
background-color: #935333;
}
</style>
border-color css
<style>
span { border-color: #935333; }
span { border-color: rgb(147,83,51); }
td.TdClassName
{
border-color: #935333;
}
.TagClassName
{
border-color: #935333;
}
</style>