Shades of Chelsea Gem #92552D
Tints of Chelsea Gem #92552D
RGB
CMYK
RGB Variations
Color information
#92552D (or 0x92552D) is known color: Chelsea Gem. HEX triplet: 92, 55 and 2D. RGB value is (146,85,45). Sum of RGB (Red+Green+Blue) = 146+85+45=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92552D is #6DAAD2. Grayscale: #626262. Windows color (decimal): -7187155 or 2971026. OLE color: 2971026.
HSL color Cylindrical-coordinate representation of color #92552D: hue angle of 23.76º 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 #92552D is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 85 | 45 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.43 |
| HSL | 23.76º | 0.53% | 0.37% | - |
| HSV(B) | 23.76º | 0.69% | 0.57% | - |
| XYZ | 15.58 | 12.8 | 4.13 | - |
| YUV | 98.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 85 | 45 | 0 | 0.42 | 0.69 | 0.43 | 23.76 | 0.53 | 0.37 |
| Hex | 92 | 55 | 2D | 0 | 2A | 45 | 2B | 18 | 35 | 25 |
| Octal | 222 | 125 | 55 | 0 | 52 | 105 | 53 | 30 | 65 | 45 |
| Binary | 10010010 | 1010101 | 101101 | 0 | 101010 | 1000101 | 101011 | 11000 | 110101 | 100101 |
Color Harmonies of #92552D
Complementary color
Monochromatic Colors of #92552D
Black with #92552D
Text Example
Text Example
White with #92552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92552D; }
p { color: rgb(146,85,45); }
H1.HeaderClassName
{
color: #92552D;
}
.AnyTagClassName
{
color: #92552D;
}
</style>
background-color css
<style>
a { background-color: #92552D; }
a { background-color: rgb(146,85,45); }
div.DivClassName
{
background-color: #92552D;
}
.BgClassName
{
background-color: #92552D;
}
</style>
border-color css
<style>
span { border-color: #92552D; }
span { border-color: rgb(146,85,45); }
td.TdClassName
{
border-color: #92552D;
}
.TagClassName
{
border-color: #92552D;
}
</style>