Shades of Chelsea Gem #92582C
Tints of Chelsea Gem #92582C
RGB
CMYK
RGB Variations
Color information
#92582C (or 0x92582C) is known color: Chelsea Gem. HEX triplet: 92, 58 and 2C. RGB value is (146,88,44). Sum of RGB (Red+Green+Blue) = 146+88+44=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #92582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92582C is #6DA7D3. Grayscale: #646464. Windows color (decimal): -7186388 or 2906258. OLE color: 2906258.
HSL color Cylindrical-coordinate representation of color #92582C: hue angle of 25.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #92582C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 44 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.43 |
| HSL | 25.88º | 0.54% | 0.37% | - |
| HSV(B) | 25.88º | 0.7% | 0.57% | - |
| XYZ | 15.8 | 13.27 | 4.11 | - |
| YUV | 100.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 44 | 0 | 0.40 | 0.70 | 0.43 | 25.88 | 0.54 | 0.37 |
| Hex | 92 | 58 | 2C | 0 | 28 | 46 | 2B | 1A | 36 | 25 |
| Octal | 222 | 130 | 54 | 0 | 50 | 106 | 53 | 32 | 66 | 45 |
| Binary | 10010010 | 1011000 | 101100 | 0 | 101000 | 1000110 | 101011 | 11010 | 110110 | 100101 |
Color Harmonies of #92582C
Complementary color
Monochromatic Colors of #92582C
Black with #92582C
Text Example
Text Example
White with #92582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92582C; }
p { color: rgb(146,88,44); }
H1.HeaderClassName
{
color: #92582C;
}
.AnyTagClassName
{
color: #92582C;
}
</style>
background-color css
<style>
a { background-color: #92582C; }
a { background-color: rgb(146,88,44); }
div.DivClassName
{
background-color: #92582C;
}
.BgClassName
{
background-color: #92582C;
}
</style>
border-color css
<style>
span { border-color: #92582C; }
span { border-color: rgb(146,88,44); }
td.TdClassName
{
border-color: #92582C;
}
.TagClassName
{
border-color: #92582C;
}
</style>