Shades of Chelsea Gem #92522D
Tints of Chelsea Gem #92522D
RGB
CMYK
RGB Variations
Color information
#92522D (or 0x92522D) is known color: Chelsea Gem. HEX triplet: 92, 52 and 2D. RGB value is (146,82,45). Sum of RGB (Red+Green+Blue) = 146+82+45=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92522D is #6DADD2. Grayscale: #616161. Windows color (decimal): -7187923 or 2970258. OLE color: 2970258.
HSL color Cylindrical-coordinate representation of color #92522D: hue angle of 21.98º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92522D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 45 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.43 |
| HSL | 21.98º | 0.53% | 0.37% | - |
| HSV(B) | 21.98º | 0.69% | 0.57% | - |
| XYZ | 15.35 | 12.34 | 4.05 | - |
| YUV | 96.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 45 | 0 | 0.44 | 0.69 | 0.43 | 21.98 | 0.53 | 0.37 |
| Hex | 92 | 52 | 2D | 0 | 2C | 45 | 2B | 16 | 35 | 25 |
| Octal | 222 | 122 | 55 | 0 | 54 | 105 | 53 | 26 | 65 | 45 |
| Binary | 10010010 | 1010010 | 101101 | 0 | 101100 | 1000101 | 101011 | 10110 | 110101 | 100101 |
Color Harmonies of #92522D
Complementary color
Monochromatic Colors of #92522D
Black with #92522D
Text Example
Text Example
White with #92522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92522D; }
p { color: rgb(146,82,45); }
H1.HeaderClassName
{
color: #92522D;
}
.AnyTagClassName
{
color: #92522D;
}
</style>
background-color css
<style>
a { background-color: #92522D; }
a { background-color: rgb(146,82,45); }
div.DivClassName
{
background-color: #92522D;
}
.BgClassName
{
background-color: #92522D;
}
</style>
border-color css
<style>
span { border-color: #92522D; }
span { border-color: rgb(146,82,45); }
td.TdClassName
{
border-color: #92522D;
}
.TagClassName
{
border-color: #92522D;
}
</style>