Shades of Chelsea Gem #93512F
Tints of Chelsea Gem #93512F
RGB
CMYK
RGB Variations
Color information
#93512F (or 0x93512F) is known color: Chelsea Gem. HEX triplet: 93, 51 and 2F. RGB value is (147,81,47). Sum of RGB (Red+Green+Blue) = 147+81+47=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93512F is #6CAED0. Grayscale: #616161. Windows color (decimal): -7122641 or 3101075. OLE color: 3101075.
HSL color Cylindrical-coordinate representation of color #93512F: hue angle of 20.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93512F is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 47 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.42 |
| HSL | 20.4º | 0.52% | 0.38% | - |
| HSV(B) | 20.4º | 0.68% | 0.58% | - |
| XYZ | 15.49 | 12.29 | 4.25 | - |
| YUV | 96.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 47 | 0 | 0.45 | 0.68 | 0.42 | 20.4 | 0.52 | 0.38 |
| Hex | 93 | 51 | 2F | 0 | 2D | 44 | 2A | 14 | 34 | 26 |
| Octal | 223 | 121 | 57 | 0 | 55 | 104 | 52 | 24 | 64 | 46 |
| Binary | 10010011 | 1010001 | 101111 | 0 | 101101 | 1000100 | 101010 | 10100 | 110100 | 100110 |
Color Harmonies of #93512F
Complementary color
Monochromatic Colors of #93512F
Black with #93512F
Text Example
Text Example
White with #93512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93512F; }
p { color: rgb(147,81,47); }
H1.HeaderClassName
{
color: #93512F;
}
.AnyTagClassName
{
color: #93512F;
}
</style>
background-color css
<style>
a { background-color: #93512F; }
a { background-color: rgb(147,81,47); }
div.DivClassName
{
background-color: #93512F;
}
.BgClassName
{
background-color: #93512F;
}
</style>
border-color css
<style>
span { border-color: #93512F; }
span { border-color: rgb(147,81,47); }
td.TdClassName
{
border-color: #93512F;
}
.TagClassName
{
border-color: #93512F;
}
</style>