Shades of Chelsea Gem #93552F
Tints of Chelsea Gem #93552F
RGB
CMYK
RGB Variations
Color information
#93552F (or 0x93552F) is known color: Chelsea Gem. HEX triplet: 93, 55 and 2F. RGB value is (147,85,47). Sum of RGB (Red+Green+Blue) = 147+85+47=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93552F is #6CAAD0. Grayscale: #636363. Windows color (decimal): -7121617 or 3102099. OLE color: 3102099.
HSL color Cylindrical-coordinate representation of color #93552F: hue angle of 22.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93552F is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 47 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.42 |
| HSL | 22.8º | 0.52% | 0.38% | - |
| HSV(B) | 22.8º | 0.68% | 0.58% | - |
| XYZ | 15.79 | 12.91 | 4.35 | - |
| YUV | 99.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 47 | 0 | 0.42 | 0.68 | 0.42 | 22.8 | 0.52 | 0.38 |
| Hex | 93 | 55 | 2F | 0 | 2A | 44 | 2A | 17 | 34 | 26 |
| Octal | 223 | 125 | 57 | 0 | 52 | 104 | 52 | 27 | 64 | 46 |
| Binary | 10010011 | 1010101 | 101111 | 0 | 101010 | 1000100 | 101010 | 10111 | 110100 | 100110 |
Color Harmonies of #93552F
Complementary color
Monochromatic Colors of #93552F
Black with #93552F
Text Example
Text Example
White with #93552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93552F; }
p { color: rgb(147,85,47); }
H1.HeaderClassName
{
color: #93552F;
}
.AnyTagClassName
{
color: #93552F;
}
</style>
background-color css
<style>
a { background-color: #93552F; }
a { background-color: rgb(147,85,47); }
div.DivClassName
{
background-color: #93552F;
}
.BgClassName
{
background-color: #93552F;
}
</style>
border-color css
<style>
span { border-color: #93552F; }
span { border-color: rgb(147,85,47); }
td.TdClassName
{
border-color: #93552F;
}
.TagClassName
{
border-color: #93552F;
}
</style>