Shades of Chelsea Gem #915A32
Tints of Chelsea Gem #915A32
RGB
CMYK
RGB Variations
Color information
#915A32 (or 0x915A32) is known color: Chelsea Gem. HEX triplet: 91, 5A and 32. RGB value is (145,90,50). Sum of RGB (Red+Green+Blue) = 145+90+50=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #915A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A32 is #6EA5CD. Grayscale: #666666. Windows color (decimal): -7251406 or 3299985. OLE color: 3299985.
HSL color Cylindrical-coordinate representation of color #915A32: hue angle of 25.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #915A32 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 50 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.43 |
| HSL | 25.26º | 0.49% | 0.38% | - |
| HSV(B) | 25.26º | 0.66% | 0.57% | - |
| XYZ | 15.91 | 13.56 | 4.8 | - |
| YUV | 101.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 50 | 0 | 0.38 | 0.66 | 0.43 | 25.26 | 0.49 | 0.38 |
| Hex | 91 | 5A | 32 | 0 | 26 | 42 | 2B | 19 | 31 | 26 |
| Octal | 221 | 132 | 62 | 0 | 46 | 102 | 53 | 31 | 61 | 46 |
| Binary | 10010001 | 1011010 | 110010 | 0 | 100110 | 1000010 | 101011 | 11001 | 110001 | 100110 |
Color Harmonies of #915A32
Complementary color
Monochromatic Colors of #915A32
Black with #915A32
Text Example
Text Example
White with #915A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A32; }
p { color: rgb(145,90,50); }
H1.HeaderClassName
{
color: #915A32;
}
.AnyTagClassName
{
color: #915A32;
}
</style>
background-color css
<style>
a { background-color: #915A32; }
a { background-color: rgb(145,90,50); }
div.DivClassName
{
background-color: #915A32;
}
.BgClassName
{
background-color: #915A32;
}
</style>
border-color css
<style>
span { border-color: #915A32; }
span { border-color: rgb(145,90,50); }
td.TdClassName
{
border-color: #915A32;
}
.TagClassName
{
border-color: #915A32;
}
</style>