Shades of Chelsea Gem #92562C
Tints of Chelsea Gem #92562C
RGB
CMYK
RGB Variations
Color information
#92562C (or 0x92562C) is known color: Chelsea Gem. HEX triplet: 92, 56 and 2C. RGB value is (146,86,44). Sum of RGB (Red+Green+Blue) = 146+86+44=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92562C is #6DA9D3. Grayscale: #636363. Windows color (decimal): -7186900 or 2905746. OLE color: 2905746.
HSL color Cylindrical-coordinate representation of color #92562C: hue angle of 24.71º 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 #92562C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 44 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.43 |
| HSL | 24.71º | 0.54% | 0.37% | - |
| HSV(B) | 24.71º | 0.7% | 0.57% | - |
| XYZ | 15.64 | 12.95 | 4.06 | - |
| YUV | 99.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 44 | 0 | 0.41 | 0.70 | 0.43 | 24.71 | 0.54 | 0.37 |
| Hex | 92 | 56 | 2C | 0 | 29 | 46 | 2B | 19 | 36 | 25 |
| Octal | 222 | 126 | 54 | 0 | 51 | 106 | 53 | 31 | 66 | 45 |
| Binary | 10010010 | 1010110 | 101100 | 0 | 101001 | 1000110 | 101011 | 11001 | 110110 | 100101 |
Color Harmonies of #92562C
Complementary color
Monochromatic Colors of #92562C
Black with #92562C
Text Example
Text Example
White with #92562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92562C; }
p { color: rgb(146,86,44); }
H1.HeaderClassName
{
color: #92562C;
}
.AnyTagClassName
{
color: #92562C;
}
</style>
background-color css
<style>
a { background-color: #92562C; }
a { background-color: rgb(146,86,44); }
div.DivClassName
{
background-color: #92562C;
}
.BgClassName
{
background-color: #92562C;
}
</style>
border-color css
<style>
span { border-color: #92562C; }
span { border-color: rgb(146,86,44); }
td.TdClassName
{
border-color: #92562C;
}
.TagClassName
{
border-color: #92562C;
}
</style>