Shades of Chelsea Gem #91572C
Tints of Chelsea Gem #91572C
RGB
CMYK
RGB Variations
Color information
#91572C (or 0x91572C) is known color: Chelsea Gem. HEX triplet: 91, 57 and 2C. RGB value is (145,87,44). Sum of RGB (Red+Green+Blue) = 145+87+44=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91572C is #6EA8D3. Grayscale: #636363. Windows color (decimal): -7252180 or 2906001. OLE color: 2906001.
HSL color Cylindrical-coordinate representation of color #91572C: hue angle of 25.54º 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 #91572C is Cyan = 0, Magento = 0.4, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 44 | - |
| CMYK | 0 | 0.4 | 0.70 | 0.43 |
| HSL | 25.54º | 0.53% | 0.37% | - |
| HSV(B) | 25.54º | 0.7% | 0.57% | - |
| XYZ | 15.54 | 13.02 | 4.08 | - |
| YUV | 99.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 44 | 0 | 0.4 | 0.70 | 0.43 | 25.54 | 0.53 | 0.37 |
| Hex | 91 | 57 | 2C | 0 | 28 | 46 | 2B | 1A | 35 | 25 |
| Octal | 221 | 127 | 54 | 0 | 50 | 106 | 53 | 32 | 65 | 45 |
| Binary | 10010001 | 1010111 | 101100 | 0 | 101000 | 1000110 | 101011 | 11010 | 110101 | 100101 |
Color Harmonies of #91572C
Complementary color
Monochromatic Colors of #91572C
Black with #91572C
Text Example
Text Example
White with #91572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91572C; }
p { color: rgb(145,87,44); }
H1.HeaderClassName
{
color: #91572C;
}
.AnyTagClassName
{
color: #91572C;
}
</style>
background-color css
<style>
a { background-color: #91572C; }
a { background-color: rgb(145,87,44); }
div.DivClassName
{
background-color: #91572C;
}
.BgClassName
{
background-color: #91572C;
}
</style>
border-color css
<style>
span { border-color: #91572C; }
span { border-color: rgb(145,87,44); }
td.TdClassName
{
border-color: #91572C;
}
.TagClassName
{
border-color: #91572C;
}
</style>