Shades of Chelsea Gem #915232
Tints of Chelsea Gem #915232
RGB
CMYK
RGB Variations
Color information
#915232 (or 0x915232) is known color: Chelsea Gem. HEX triplet: 91, 52 and 32. RGB value is (145,82,50). Sum of RGB (Red+Green+Blue) = 145+82+50=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #915232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915232 is #6EADCD. Grayscale: #616161. Windows color (decimal): -7253454 or 3297937. OLE color: 3297937.
HSL color Cylindrical-coordinate representation of color #915232: hue angle of 20.21º 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 #915232 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 50 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.43 |
| HSL | 20.21º | 0.49% | 0.38% | - |
| HSV(B) | 20.21º | 0.66% | 0.57% | - |
| XYZ | 15.27 | 12.28 | 4.58 | - |
| YUV | 97.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 50 | 0 | 0.43 | 0.66 | 0.43 | 20.21 | 0.49 | 0.38 |
| Hex | 91 | 52 | 32 | 0 | 2B | 42 | 2B | 14 | 31 | 26 |
| Octal | 221 | 122 | 62 | 0 | 53 | 102 | 53 | 24 | 61 | 46 |
| Binary | 10010001 | 1010010 | 110010 | 0 | 101011 | 1000010 | 101011 | 10100 | 110001 | 100110 |
Color Harmonies of #915232
Complementary color
Monochromatic Colors of #915232
Black with #915232
Text Example
Text Example
White with #915232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915232; }
p { color: rgb(145,82,50); }
H1.HeaderClassName
{
color: #915232;
}
.AnyTagClassName
{
color: #915232;
}
</style>
background-color css
<style>
a { background-color: #915232; }
a { background-color: rgb(145,82,50); }
div.DivClassName
{
background-color: #915232;
}
.BgClassName
{
background-color: #915232;
}
</style>
border-color css
<style>
span { border-color: #915232; }
span { border-color: rgb(145,82,50); }
td.TdClassName
{
border-color: #915232;
}
.TagClassName
{
border-color: #915232;
}
</style>