Shades of Chelsea Gem #93592C
Tints of Chelsea Gem #93592C
RGB
CMYK
RGB Variations
Color information
#93592C (or 0x93592C) is known color: Chelsea Gem. HEX triplet: 93, 59 and 2C. RGB value is (147,89,44). Sum of RGB (Red+Green+Blue) = 147+89+44=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93592C is #6CA6D3. Grayscale: #656565. Windows color (decimal): -7120596 or 2906515. OLE color: 2906515.
HSL color Cylindrical-coordinate representation of color #93592C: hue angle of 26.21º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93592C is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 44 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.42 |
| HSL | 26.21º | 0.54% | 0.37% | - |
| HSV(B) | 26.21º | 0.7% | 0.58% | - |
| XYZ | 16.06 | 13.53 | 4.15 | - |
| YUV | 101.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 44 | 0 | 0.39 | 0.70 | 0.42 | 26.21 | 0.54 | 0.37 |
| Hex | 93 | 59 | 2C | 0 | 27 | 46 | 2A | 1A | 36 | 25 |
| Octal | 223 | 131 | 54 | 0 | 47 | 106 | 52 | 32 | 66 | 45 |
| Binary | 10010011 | 1011001 | 101100 | 0 | 100111 | 1000110 | 101010 | 11010 | 110110 | 100101 |
Color Harmonies of #93592C
Complementary color
Monochromatic Colors of #93592C
Black with #93592C
Text Example
Text Example
White with #93592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93592C; }
p { color: rgb(147,89,44); }
H1.HeaderClassName
{
color: #93592C;
}
.AnyTagClassName
{
color: #93592C;
}
</style>
background-color css
<style>
a { background-color: #93592C; }
a { background-color: rgb(147,89,44); }
div.DivClassName
{
background-color: #93592C;
}
.BgClassName
{
background-color: #93592C;
}
</style>
border-color css
<style>
span { border-color: #93592C; }
span { border-color: rgb(147,89,44); }
td.TdClassName
{
border-color: #93592C;
}
.TagClassName
{
border-color: #93592C;
}
</style>