Shades of Chelsea Gem #91512C
Tints of Chelsea Gem #91512C
RGB
CMYK
RGB Variations
Color information
#91512C (or 0x91512C) is known color: Chelsea Gem. HEX triplet: 91, 51 and 2C. RGB value is (145,81,44). Sum of RGB (Red+Green+Blue) = 145+81+44=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #91512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91512C is #6EAED3. Grayscale: #606060. Windows color (decimal): -7253716 or 2904465. OLE color: 2904465.
HSL color Cylindrical-coordinate representation of color #91512C: hue angle of 21.98º 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 #91512C is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 44 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.43 |
| HSL | 21.98º | 0.53% | 0.37% | - |
| HSV(B) | 21.98º | 0.7% | 0.57% | - |
| XYZ | 15.07 | 12.09 | 3.92 | - |
| YUV | 95.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 44 | 0 | 0.44 | 0.70 | 0.43 | 21.98 | 0.53 | 0.37 |
| Hex | 91 | 51 | 2C | 0 | 2C | 46 | 2B | 16 | 35 | 25 |
| Octal | 221 | 121 | 54 | 0 | 54 | 106 | 53 | 26 | 65 | 45 |
| Binary | 10010001 | 1010001 | 101100 | 0 | 101100 | 1000110 | 101011 | 10110 | 110101 | 100101 |
Color Harmonies of #91512C
Complementary color
Monochromatic Colors of #91512C
Black with #91512C
Text Example
Text Example
White with #91512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91512C; }
p { color: rgb(145,81,44); }
H1.HeaderClassName
{
color: #91512C;
}
.AnyTagClassName
{
color: #91512C;
}
</style>
background-color css
<style>
a { background-color: #91512C; }
a { background-color: rgb(145,81,44); }
div.DivClassName
{
background-color: #91512C;
}
.BgClassName
{
background-color: #91512C;
}
</style>
border-color css
<style>
span { border-color: #91512C; }
span { border-color: rgb(145,81,44); }
td.TdClassName
{
border-color: #91512C;
}
.TagClassName
{
border-color: #91512C;
}
</style>