Shades of Chelsea Gem #93572B
Tints of Chelsea Gem #93572B
RGB
CMYK
RGB Variations
Color information
#93572B (or 0x93572B) is known color: Chelsea Gem. HEX triplet: 93, 57 and 2B. RGB value is (147,87,43). Sum of RGB (Red+Green+Blue) = 147+87+43=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93572B is #6CA8D4. Grayscale: #646464. Windows color (decimal): -7121109 or 2840467. OLE color: 2840467.
HSL color Cylindrical-coordinate representation of color #93572B: hue angle of 25.38º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93572B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 43 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.42 |
| HSL | 25.38º | 0.55% | 0.37% | - |
| HSV(B) | 25.38º | 0.71% | 0.58% | - |
| XYZ | 15.88 | 13.19 | 4 | - |
| YUV | 99.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 43 | 0 | 0.41 | 0.71 | 0.42 | 25.38 | 0.55 | 0.37 |
| Hex | 93 | 57 | 2B | 0 | 29 | 47 | 2A | 19 | 37 | 25 |
| Octal | 223 | 127 | 53 | 0 | 51 | 107 | 52 | 31 | 67 | 45 |
| Binary | 10010011 | 1010111 | 101011 | 0 | 101001 | 1000111 | 101010 | 11001 | 110111 | 100101 |
Color Harmonies of #93572B
Complementary color
Monochromatic Colors of #93572B
Black with #93572B
Text Example
Text Example
White with #93572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93572B; }
p { color: rgb(147,87,43); }
H1.HeaderClassName
{
color: #93572B;
}
.AnyTagClassName
{
color: #93572B;
}
</style>
background-color css
<style>
a { background-color: #93572B; }
a { background-color: rgb(147,87,43); }
div.DivClassName
{
background-color: #93572B;
}
.BgClassName
{
background-color: #93572B;
}
</style>
border-color css
<style>
span { border-color: #93572B; }
span { border-color: rgb(147,87,43); }
td.TdClassName
{
border-color: #93572B;
}
.TagClassName
{
border-color: #93572B;
}
</style>