Shades of Chelsea Gem #93512D
Tints of Chelsea Gem #93512D
RGB
CMYK
RGB Variations
Color information
#93512D (or 0x93512D) is known color: Chelsea Gem. HEX triplet: 93, 51 and 2D. RGB value is (147,81,45). Sum of RGB (Red+Green+Blue) = 147+81+45=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93512D is #6CAED2. Grayscale: #606060. Windows color (decimal): -7122643 or 2970003. OLE color: 2970003.
HSL color Cylindrical-coordinate representation of color #93512D: hue angle of 21.18º 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 #93512D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 45 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.42 |
| HSL | 21.18º | 0.53% | 0.38% | - |
| HSV(B) | 21.18º | 0.69% | 0.58% | - |
| XYZ | 15.45 | 12.28 | 4.04 | - |
| YUV | 96.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 45 | 0 | 0.45 | 0.69 | 0.42 | 21.18 | 0.53 | 0.38 |
| Hex | 93 | 51 | 2D | 0 | 2D | 45 | 2A | 15 | 35 | 26 |
| Octal | 223 | 121 | 55 | 0 | 55 | 105 | 52 | 25 | 65 | 46 |
| Binary | 10010011 | 1010001 | 101101 | 0 | 101101 | 1000101 | 101010 | 10101 | 110101 | 100110 |
Color Harmonies of #93512D
Complementary color
Monochromatic Colors of #93512D
Black with #93512D
Text Example
Text Example
White with #93512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93512D; }
p { color: rgb(147,81,45); }
H1.HeaderClassName
{
color: #93512D;
}
.AnyTagClassName
{
color: #93512D;
}
</style>
background-color css
<style>
a { background-color: #93512D; }
a { background-color: rgb(147,81,45); }
div.DivClassName
{
background-color: #93512D;
}
.BgClassName
{
background-color: #93512D;
}
</style>
border-color css
<style>
span { border-color: #93512D; }
span { border-color: rgb(147,81,45); }
td.TdClassName
{
border-color: #93512D;
}
.TagClassName
{
border-color: #93512D;
}
</style>