Shades of Chelsea Gem #925231
Tints of Chelsea Gem #925231
RGB
CMYK
RGB Variations
Color information
#925231 (or 0x925231) is known color: Chelsea Gem. HEX triplet: 92, 52 and 31. RGB value is (146,82,49). Sum of RGB (Red+Green+Blue) = 146+82+49=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #925231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925231 is #6DADCE. Grayscale: #616161. Windows color (decimal): -7187919 or 3232402. OLE color: 3232402.
HSL color Cylindrical-coordinate representation of color #925231: hue angle of 20.41º degrees, saturation: 0.5, 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 #925231 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 49 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.43 |
| HSL | 20.41º | 0.5% | 0.38% | - |
| HSV(B) | 20.41º | 0.66% | 0.57% | - |
| XYZ | 15.43 | 12.37 | 4.48 | - |
| YUV | 97.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 49 | 0 | 0.44 | 0.66 | 0.43 | 20.41 | 0.5 | 0.38 |
| Hex | 92 | 52 | 31 | 0 | 2C | 42 | 2B | 14 | 32 | 26 |
| Octal | 222 | 122 | 61 | 0 | 54 | 102 | 53 | 24 | 62 | 46 |
| Binary | 10010010 | 1010010 | 110001 | 0 | 101100 | 1000010 | 101011 | 10100 | 110010 | 100110 |
Color Harmonies of #925231
Complementary color
Monochromatic Colors of #925231
Black with #925231
Text Example
Text Example
White with #925231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925231; }
p { color: rgb(146,82,49); }
H1.HeaderClassName
{
color: #925231;
}
.AnyTagClassName
{
color: #925231;
}
</style>
background-color css
<style>
a { background-color: #925231; }
a { background-color: rgb(146,82,49); }
div.DivClassName
{
background-color: #925231;
}
.BgClassName
{
background-color: #925231;
}
</style>
border-color css
<style>
span { border-color: #925231; }
span { border-color: rgb(146,82,49); }
td.TdClassName
{
border-color: #925231;
}
.TagClassName
{
border-color: #925231;
}
</style>