Shades of Chelsea Gem #91562F
Tints of Chelsea Gem #91562F
RGB
CMYK
RGB Variations
Color information
#91562F (or 0x91562F) is known color: Chelsea Gem. HEX triplet: 91, 56 and 2F. RGB value is (145,86,47). Sum of RGB (Red+Green+Blue) = 145+86+47=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91562F is #6EA9D0. Grayscale: #636363. Windows color (decimal): -7252433 or 3102353. OLE color: 3102353.
HSL color Cylindrical-coordinate representation of color #91562F: hue angle of 23.88º 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 #91562F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 47 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.43 |
| HSL | 23.88º | 0.51% | 0.38% | - |
| HSV(B) | 23.88º | 0.68% | 0.57% | - |
| XYZ | 15.52 | 12.88 | 4.36 | - |
| YUV | 99.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 47 | 0 | 0.41 | 0.68 | 0.43 | 23.88 | 0.51 | 0.38 |
| Hex | 91 | 56 | 2F | 0 | 29 | 44 | 2B | 18 | 33 | 26 |
| Octal | 221 | 126 | 57 | 0 | 51 | 104 | 53 | 30 | 63 | 46 |
| Binary | 10010001 | 1010110 | 101111 | 0 | 101001 | 1000100 | 101011 | 11000 | 110011 | 100110 |
Color Harmonies of #91562F
Complementary color
Monochromatic Colors of #91562F
Black with #91562F
Text Example
Text Example
White with #91562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91562F; }
p { color: rgb(145,86,47); }
H1.HeaderClassName
{
color: #91562F;
}
.AnyTagClassName
{
color: #91562F;
}
</style>
background-color css
<style>
a { background-color: #91562F; }
a { background-color: rgb(145,86,47); }
div.DivClassName
{
background-color: #91562F;
}
.BgClassName
{
background-color: #91562F;
}
</style>
border-color css
<style>
span { border-color: #91562F; }
span { border-color: rgb(145,86,47); }
td.TdClassName
{
border-color: #91562F;
}
.TagClassName
{
border-color: #91562F;
}
</style>