Shades of Chelsea Gem #93532A
Tints of Chelsea Gem #93532A
RGB
CMYK
RGB Variations
Color information
#93532A (or 0x93532A) is known color: Chelsea Gem. HEX triplet: 93, 53 and 2A. RGB value is (147,83,42). Sum of RGB (Red+Green+Blue) = 147+83+42=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93532A is #6CACD5. Grayscale: #616161. Windows color (decimal): -7122134 or 2773907. OLE color: 2773907.
HSL color Cylindrical-coordinate representation of color #93532A: hue angle of 23.43º degrees, saturation: 0.56, 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 #93532A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 42 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.42 |
| HSL | 23.43º | 0.56% | 0.37% | - |
| HSV(B) | 23.43º | 0.71% | 0.58% | - |
| XYZ | 15.54 | 12.56 | 3.79 | - |
| YUV | 97.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 42 | 0 | 0.44 | 0.71 | 0.42 | 23.43 | 0.56 | 0.37 |
| Hex | 93 | 53 | 2A | 0 | 2C | 47 | 2A | 17 | 38 | 25 |
| Octal | 223 | 123 | 52 | 0 | 54 | 107 | 52 | 27 | 70 | 45 |
| Binary | 10010011 | 1010011 | 101010 | 0 | 101100 | 1000111 | 101010 | 10111 | 111000 | 100101 |
Color Harmonies of #93532A
Complementary color
Monochromatic Colors of #93532A
Black with #93532A
Text Example
Text Example
White with #93532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93532A; }
p { color: rgb(147,83,42); }
H1.HeaderClassName
{
color: #93532A;
}
.AnyTagClassName
{
color: #93532A;
}
</style>
background-color css
<style>
a { background-color: #93532A; }
a { background-color: rgb(147,83,42); }
div.DivClassName
{
background-color: #93532A;
}
.BgClassName
{
background-color: #93532A;
}
</style>
border-color css
<style>
span { border-color: #93532A; }
span { border-color: rgb(147,83,42); }
td.TdClassName
{
border-color: #93532A;
}
.TagClassName
{
border-color: #93532A;
}
</style>