Shades of Chelsea Gem #93562D
Tints of Chelsea Gem #93562D
RGB
CMYK
RGB Variations
Color information
#93562D (or 0x93562D) is known color: Chelsea Gem. HEX triplet: 93, 56 and 2D. RGB value is (147,86,45). Sum of RGB (Red+Green+Blue) = 147+86+45=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93562D is #6CA9D2. Grayscale: #636363. Windows color (decimal): -7121363 or 2971283. OLE color: 2971283.
HSL color Cylindrical-coordinate representation of color #93562D: hue angle of 24.12º degrees, saturation: 0.53, 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 #93562D is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 45 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.42 |
| HSL | 24.12º | 0.53% | 0.38% | - |
| HSV(B) | 24.12º | 0.69% | 0.58% | - |
| XYZ | 15.83 | 13.05 | 4.17 | - |
| YUV | 99.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 45 | 0 | 0.41 | 0.69 | 0.42 | 24.12 | 0.53 | 0.38 |
| Hex | 93 | 56 | 2D | 0 | 29 | 45 | 2A | 18 | 35 | 26 |
| Octal | 223 | 126 | 55 | 0 | 51 | 105 | 52 | 30 | 65 | 46 |
| Binary | 10010011 | 1010110 | 101101 | 0 | 101001 | 1000101 | 101010 | 11000 | 110101 | 100110 |
Color Harmonies of #93562D
Complementary color
Monochromatic Colors of #93562D
Black with #93562D
Text Example
Text Example
White with #93562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93562D; }
p { color: rgb(147,86,45); }
H1.HeaderClassName
{
color: #93562D;
}
.AnyTagClassName
{
color: #93562D;
}
</style>
background-color css
<style>
a { background-color: #93562D; }
a { background-color: rgb(147,86,45); }
div.DivClassName
{
background-color: #93562D;
}
.BgClassName
{
background-color: #93562D;
}
</style>
border-color css
<style>
span { border-color: #93562D; }
span { border-color: rgb(147,86,45); }
td.TdClassName
{
border-color: #93562D;
}
.TagClassName
{
border-color: #93562D;
}
</style>