Shades of Chelsea Gem #93552E
Tints of Chelsea Gem #93552E
RGB
CMYK
RGB Variations
Color information
#93552E (or 0x93552E) is known color: Chelsea Gem. HEX triplet: 93, 55 and 2E. RGB value is (147,85,46). Sum of RGB (Red+Green+Blue) = 147+85+46=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93552E is #6CAAD1. Grayscale: #636363. Windows color (decimal): -7121618 or 3036563. OLE color: 3036563.
HSL color Cylindrical-coordinate representation of color #93552E: hue angle of 23.17º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93552E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 46 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.42 |
| HSL | 23.17º | 0.52% | 0.38% | - |
| HSV(B) | 23.17º | 0.69% | 0.58% | - |
| XYZ | 15.77 | 12.9 | 4.24 | - |
| YUV | 99.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 46 | 0 | 0.42 | 0.69 | 0.42 | 23.17 | 0.52 | 0.38 |
| Hex | 93 | 55 | 2E | 0 | 2A | 45 | 2A | 17 | 34 | 26 |
| Octal | 223 | 125 | 56 | 0 | 52 | 105 | 52 | 27 | 64 | 46 |
| Binary | 10010011 | 1010101 | 101110 | 0 | 101010 | 1000101 | 101010 | 10111 | 110100 | 100110 |
Color Harmonies of #93552E
Complementary color
Monochromatic Colors of #93552E
Black with #93552E
Text Example
Text Example
White with #93552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93552E; }
p { color: rgb(147,85,46); }
H1.HeaderClassName
{
color: #93552E;
}
.AnyTagClassName
{
color: #93552E;
}
</style>
background-color css
<style>
a { background-color: #93552E; }
a { background-color: rgb(147,85,46); }
div.DivClassName
{
background-color: #93552E;
}
.BgClassName
{
background-color: #93552E;
}
</style>
border-color css
<style>
span { border-color: #93552E; }
span { border-color: rgb(147,85,46); }
td.TdClassName
{
border-color: #93552E;
}
.TagClassName
{
border-color: #93552E;
}
</style>