Shades of Chelsea Gem #91502F
Tints of Chelsea Gem #91502F
RGB
CMYK
RGB Variations
Color information
#91502F (or 0x91502F) is known color: Chelsea Gem. HEX triplet: 91, 50 and 2F. RGB value is (145,80,47). Sum of RGB (Red+Green+Blue) = 145+80+47=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91502F is #6EAFD0. Grayscale: #5F5F5F. Windows color (decimal): -7253969 or 3100817. OLE color: 3100817.
HSL color Cylindrical-coordinate representation of color #91502F: hue angle of 20.2º 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 #91502F is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 47 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.43 |
| HSL | 20.2º | 0.51% | 0.38% | - |
| HSV(B) | 20.2º | 0.68% | 0.57% | - |
| XYZ | 15.06 | 11.96 | 4.2 | - |
| YUV | 95.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 47 | 0 | 0.45 | 0.68 | 0.43 | 20.2 | 0.51 | 0.38 |
| Hex | 91 | 50 | 2F | 0 | 2D | 44 | 2B | 14 | 33 | 26 |
| Octal | 221 | 120 | 57 | 0 | 55 | 104 | 53 | 24 | 63 | 46 |
| Binary | 10010001 | 1010000 | 101111 | 0 | 101101 | 1000100 | 101011 | 10100 | 110011 | 100110 |
Color Harmonies of #91502F
Complementary color
Monochromatic Colors of #91502F
Black with #91502F
Text Example
Text Example
White with #91502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91502F; }
p { color: rgb(145,80,47); }
H1.HeaderClassName
{
color: #91502F;
}
.AnyTagClassName
{
color: #91502F;
}
</style>
background-color css
<style>
a { background-color: #91502F; }
a { background-color: rgb(145,80,47); }
div.DivClassName
{
background-color: #91502F;
}
.BgClassName
{
background-color: #91502F;
}
</style>
border-color css
<style>
span { border-color: #91502F; }
span { border-color: rgb(145,80,47); }
td.TdClassName
{
border-color: #91502F;
}
.TagClassName
{
border-color: #91502F;
}
</style>