Shades of Chelsea Gem #925230
Tints of Chelsea Gem #925230
RGB
CMYK
RGB Variations
Color information
#925230 (or 0x925230) is known color: Chelsea Gem. HEX triplet: 92, 52 and 30. RGB value is (146,82,48). Sum of RGB (Red+Green+Blue) = 146+82+48=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925230 is #6DADCF. Grayscale: #616161. Windows color (decimal): -7187920 or 3166866. OLE color: 3166866.
HSL color Cylindrical-coordinate representation of color #925230: hue angle of 20.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #925230 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 48 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.43 |
| HSL | 20.82º | 0.51% | 0.38% | - |
| HSV(B) | 20.82º | 0.67% | 0.57% | - |
| XYZ | 15.4 | 12.36 | 4.37 | - |
| YUV | 97.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 48 | 0 | 0.44 | 0.67 | 0.43 | 20.82 | 0.51 | 0.38 |
| Hex | 92 | 52 | 30 | 0 | 2C | 43 | 2B | 15 | 33 | 26 |
| Octal | 222 | 122 | 60 | 0 | 54 | 103 | 53 | 25 | 63 | 46 |
| Binary | 10010010 | 1010010 | 110000 | 0 | 101100 | 1000011 | 101011 | 10101 | 110011 | 100110 |
Color Harmonies of #925230
Complementary color
Monochromatic Colors of #925230
Black with #925230
Text Example
Text Example
White with #925230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925230; }
p { color: rgb(146,82,48); }
H1.HeaderClassName
{
color: #925230;
}
.AnyTagClassName
{
color: #925230;
}
</style>
background-color css
<style>
a { background-color: #925230; }
a { background-color: rgb(146,82,48); }
div.DivClassName
{
background-color: #925230;
}
.BgClassName
{
background-color: #925230;
}
</style>
border-color css
<style>
span { border-color: #925230; }
span { border-color: rgb(146,82,48); }
td.TdClassName
{
border-color: #925230;
}
.TagClassName
{
border-color: #925230;
}
</style>