Shades of Chelsea Gem #93512C
Tints of Chelsea Gem #93512C
RGB
CMYK
RGB Variations
Color information
#93512C (or 0x93512C) is known color: Chelsea Gem. HEX triplet: 93, 51 and 2C. RGB value is (147,81,44). Sum of RGB (Red+Green+Blue) = 147+81+44=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93512C is #6CAED3. Grayscale: #606060. Windows color (decimal): -7122644 or 2904467. OLE color: 2904467.
HSL color Cylindrical-coordinate representation of color #93512C: hue angle of 21.55º 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 #93512C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 44 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.42 |
| HSL | 21.55º | 0.54% | 0.37% | - |
| HSV(B) | 21.55º | 0.7% | 0.58% | - |
| XYZ | 15.43 | 12.27 | 3.94 | - |
| YUV | 96.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 44 | 0 | 0.45 | 0.70 | 0.42 | 21.55 | 0.54 | 0.37 |
| Hex | 93 | 51 | 2C | 0 | 2D | 46 | 2A | 16 | 36 | 25 |
| Octal | 223 | 121 | 54 | 0 | 55 | 106 | 52 | 26 | 66 | 45 |
| Binary | 10010011 | 1010001 | 101100 | 0 | 101101 | 1000110 | 101010 | 10110 | 110110 | 100101 |
Color Harmonies of #93512C
Complementary color
Monochromatic Colors of #93512C
Black with #93512C
Text Example
Text Example
White with #93512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93512C; }
p { color: rgb(147,81,44); }
H1.HeaderClassName
{
color: #93512C;
}
.AnyTagClassName
{
color: #93512C;
}
</style>
background-color css
<style>
a { background-color: #93512C; }
a { background-color: rgb(147,81,44); }
div.DivClassName
{
background-color: #93512C;
}
.BgClassName
{
background-color: #93512C;
}
</style>
border-color css
<style>
span { border-color: #93512C; }
span { border-color: rgb(147,81,44); }
td.TdClassName
{
border-color: #93512C;
}
.TagClassName
{
border-color: #93512C;
}
</style>