Shades of Chelsea Gem #91592F
Tints of Chelsea Gem #91592F
RGB
CMYK
RGB Variations
Color information
#91592F (or 0x91592F) is known color: Chelsea Gem. HEX triplet: 91, 59 and 2F. RGB value is (145,89,47). Sum of RGB (Red+Green+Blue) = 145+89+47=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #91592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91592F is #6EA6D0. Grayscale: #656565. Windows color (decimal): -7251665 or 3103121. OLE color: 3103121.
HSL color Cylindrical-coordinate representation of color #91592F: hue angle of 25.71º 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 #91592F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 47 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.43 |
| HSL | 25.71º | 0.51% | 0.38% | - |
| HSV(B) | 25.71º | 0.68% | 0.57% | - |
| XYZ | 15.76 | 13.37 | 4.44 | - |
| YUV | 100.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 47 | 0 | 0.39 | 0.68 | 0.43 | 25.71 | 0.51 | 0.38 |
| Hex | 91 | 59 | 2F | 0 | 27 | 44 | 2B | 1A | 33 | 26 |
| Octal | 221 | 131 | 57 | 0 | 47 | 104 | 53 | 32 | 63 | 46 |
| Binary | 10010001 | 1011001 | 101111 | 0 | 100111 | 1000100 | 101011 | 11010 | 110011 | 100110 |
Color Harmonies of #91592F
Complementary color
Monochromatic Colors of #91592F
Black with #91592F
Text Example
Text Example
White with #91592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91592F; }
p { color: rgb(145,89,47); }
H1.HeaderClassName
{
color: #91592F;
}
.AnyTagClassName
{
color: #91592F;
}
</style>
background-color css
<style>
a { background-color: #91592F; }
a { background-color: rgb(145,89,47); }
div.DivClassName
{
background-color: #91592F;
}
.BgClassName
{
background-color: #91592F;
}
</style>
border-color css
<style>
span { border-color: #91592F; }
span { border-color: rgb(145,89,47); }
td.TdClassName
{
border-color: #91592F;
}
.TagClassName
{
border-color: #91592F;
}
</style>