Shades of Chelsea Gem #93542C
Tints of Chelsea Gem #93542C
RGB
CMYK
RGB Variations
Color information
#93542C (or 0x93542C) is known color: Chelsea Gem. HEX triplet: 93, 54 and 2C. RGB value is (147,84,44). Sum of RGB (Red+Green+Blue) = 147+84+44=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93542C is #6CABD3. Grayscale: #626262. Windows color (decimal): -7121876 or 2905235. OLE color: 2905235.
HSL color Cylindrical-coordinate representation of color #93542C: hue angle of 23.3º 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 #93542C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 44 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.42 |
| HSL | 23.3º | 0.54% | 0.37% | - |
| HSV(B) | 23.3º | 0.7% | 0.58% | - |
| XYZ | 15.66 | 12.73 | 4.01 | - |
| YUV | 98.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 44 | 0 | 0.43 | 0.70 | 0.42 | 23.3 | 0.54 | 0.37 |
| Hex | 93 | 54 | 2C | 0 | 2B | 46 | 2A | 17 | 36 | 25 |
| Octal | 223 | 124 | 54 | 0 | 53 | 106 | 52 | 27 | 66 | 45 |
| Binary | 10010011 | 1010100 | 101100 | 0 | 101011 | 1000110 | 101010 | 10111 | 110110 | 100101 |
Color Harmonies of #93542C
Complementary color
Monochromatic Colors of #93542C
Black with #93542C
Text Example
Text Example
White with #93542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93542C; }
p { color: rgb(147,84,44); }
H1.HeaderClassName
{
color: #93542C;
}
.AnyTagClassName
{
color: #93542C;
}
</style>
background-color css
<style>
a { background-color: #93542C; }
a { background-color: rgb(147,84,44); }
div.DivClassName
{
background-color: #93542C;
}
.BgClassName
{
background-color: #93542C;
}
</style>
border-color css
<style>
span { border-color: #93542C; }
span { border-color: rgb(147,84,44); }
td.TdClassName
{
border-color: #93542C;
}
.TagClassName
{
border-color: #93542C;
}
</style>