Shades of Chelsea Gem #915527
Tints of Chelsea Gem #915527
RGB
CMYK
RGB Variations
Color information
#915527 (or 0x915527) is known color: Chelsea Gem. HEX triplet: 91, 55 and 27. RGB value is (145,85,39). Sum of RGB (Red+Green+Blue) = 145+85+39=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915527 is #6EAAD8. Grayscale: #616161. Windows color (decimal): -7252697 or 2577809. OLE color: 2577809.
HSL color Cylindrical-coordinate representation of color #915527: hue angle of 26.04º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #915527 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 39 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.43 |
| HSL | 26.04º | 0.58% | 0.36% | - |
| HSV(B) | 26.04º | 0.73% | 0.57% | - |
| XYZ | 15.29 | 12.66 | 3.56 | - |
| YUV | 97.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 39 | 0 | 0.41 | 0.73 | 0.43 | 26.04 | 0.58 | 0.36 |
| Hex | 91 | 55 | 27 | 0 | 29 | 49 | 2B | 1A | 3A | 24 |
| Octal | 221 | 125 | 47 | 0 | 51 | 111 | 53 | 32 | 72 | 44 |
| Binary | 10010001 | 1010101 | 100111 | 0 | 101001 | 1001001 | 101011 | 11010 | 111010 | 100100 |
Color Harmonies of #915527
Complementary color
Monochromatic Colors of #915527
Black with #915527
Text Example
Text Example
White with #915527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915527; }
p { color: rgb(145,85,39); }
H1.HeaderClassName
{
color: #915527;
}
.AnyTagClassName
{
color: #915527;
}
</style>
background-color css
<style>
a { background-color: #915527; }
a { background-color: rgb(145,85,39); }
div.DivClassName
{
background-color: #915527;
}
.BgClassName
{
background-color: #915527;
}
</style>
border-color css
<style>
span { border-color: #915527; }
span { border-color: rgb(145,85,39); }
td.TdClassName
{
border-color: #915527;
}
.TagClassName
{
border-color: #915527;
}
</style>