Shades of Chelsea Gem #91512F
Tints of Chelsea Gem #91512F
RGB
CMYK
RGB Variations
Color information
#91512F (or 0x91512F) is known color: Chelsea Gem. HEX triplet: 91, 51 and 2F. RGB value is (145,81,47). Sum of RGB (Red+Green+Blue) = 145+81+47=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #91512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91512F is #6EAED0. Grayscale: #606060. Windows color (decimal): -7253713 or 3101073. OLE color: 3101073.
HSL color Cylindrical-coordinate representation of color #91512F: hue angle of 20.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91512F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 47 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.43 |
| HSL | 20.82º | 0.51% | 0.38% | - |
| HSV(B) | 20.82º | 0.68% | 0.57% | - |
| XYZ | 15.13 | 12.11 | 4.23 | - |
| YUV | 96.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 47 | 0 | 0.44 | 0.68 | 0.43 | 20.82 | 0.51 | 0.38 |
| Hex | 91 | 51 | 2F | 0 | 2C | 44 | 2B | 15 | 33 | 26 |
| Octal | 221 | 121 | 57 | 0 | 54 | 104 | 53 | 25 | 63 | 46 |
| Binary | 10010001 | 1010001 | 101111 | 0 | 101100 | 1000100 | 101011 | 10101 | 110011 | 100110 |
Color Harmonies of #91512F
Complementary color
Monochromatic Colors of #91512F
Black with #91512F
Text Example
Text Example
White with #91512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91512F; }
p { color: rgb(145,81,47); }
H1.HeaderClassName
{
color: #91512F;
}
.AnyTagClassName
{
color: #91512F;
}
</style>
background-color css
<style>
a { background-color: #91512F; }
a { background-color: rgb(145,81,47); }
div.DivClassName
{
background-color: #91512F;
}
.BgClassName
{
background-color: #91512F;
}
</style>
border-color css
<style>
span { border-color: #91512F; }
span { border-color: rgb(145,81,47); }
td.TdClassName
{
border-color: #91512F;
}
.TagClassName
{
border-color: #91512F;
}
</style>