Shades of Chelsea Gem #91532C
Tints of Chelsea Gem #91532C
RGB
CMYK
RGB Variations
Color information
#91532C (or 0x91532C) is known color: Chelsea Gem. HEX triplet: 91, 53 and 2C. RGB value is (145,83,44). Sum of RGB (Red+Green+Blue) = 145+83+44=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91532C is #6EACD3. Grayscale: #616161. Windows color (decimal): -7253204 or 2904977. OLE color: 2904977.
HSL color Cylindrical-coordinate representation of color #91532C: hue angle of 23.17º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91532C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 44 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.43 |
| HSL | 23.17º | 0.53% | 0.37% | - |
| HSV(B) | 23.17º | 0.7% | 0.57% | - |
| XYZ | 15.22 | 12.39 | 3.97 | - |
| YUV | 97.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 44 | 0 | 0.43 | 0.70 | 0.43 | 23.17 | 0.53 | 0.37 |
| Hex | 91 | 53 | 2C | 0 | 2B | 46 | 2B | 17 | 35 | 25 |
| Octal | 221 | 123 | 54 | 0 | 53 | 106 | 53 | 27 | 65 | 45 |
| Binary | 10010001 | 1010011 | 101100 | 0 | 101011 | 1000110 | 101011 | 10111 | 110101 | 100101 |
Color Harmonies of #91532C
Complementary color
Monochromatic Colors of #91532C
Black with #91532C
Text Example
Text Example
White with #91532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91532C; }
p { color: rgb(145,83,44); }
H1.HeaderClassName
{
color: #91532C;
}
.AnyTagClassName
{
color: #91532C;
}
</style>
background-color css
<style>
a { background-color: #91532C; }
a { background-color: rgb(145,83,44); }
div.DivClassName
{
background-color: #91532C;
}
.BgClassName
{
background-color: #91532C;
}
</style>
border-color css
<style>
span { border-color: #91532C; }
span { border-color: rgb(145,83,44); }
td.TdClassName
{
border-color: #91532C;
}
.TagClassName
{
border-color: #91532C;
}
</style>