Shades of Chelsea Gem #92582D
Tints of Chelsea Gem #92582D
RGB
CMYK
RGB Variations
Color information
#92582D (or 0x92582D) is known color: Chelsea Gem. HEX triplet: 92, 58 and 2D. RGB value is (146,88,45). Sum of RGB (Red+Green+Blue) = 146+88+45=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92582D is #6DA7D2. Grayscale: #646464. Windows color (decimal): -7186387 or 2971794. OLE color: 2971794.
HSL color Cylindrical-coordinate representation of color #92582D: hue angle of 25.54º 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 #92582D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 45 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.43 |
| HSL | 25.54º | 0.53% | 0.37% | - |
| HSV(B) | 25.54º | 0.69% | 0.57% | - |
| XYZ | 15.82 | 13.28 | 4.21 | - |
| YUV | 100.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 45 | 0 | 0.40 | 0.69 | 0.43 | 25.54 | 0.53 | 0.37 |
| Hex | 92 | 58 | 2D | 0 | 28 | 45 | 2B | 1A | 35 | 25 |
| Octal | 222 | 130 | 55 | 0 | 50 | 105 | 53 | 32 | 65 | 45 |
| Binary | 10010010 | 1011000 | 101101 | 0 | 101000 | 1000101 | 101011 | 11010 | 110101 | 100101 |
Color Harmonies of #92582D
Complementary color
Monochromatic Colors of #92582D
Black with #92582D
Text Example
Text Example
White with #92582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92582D; }
p { color: rgb(146,88,45); }
H1.HeaderClassName
{
color: #92582D;
}
.AnyTagClassName
{
color: #92582D;
}
</style>
background-color css
<style>
a { background-color: #92582D; }
a { background-color: rgb(146,88,45); }
div.DivClassName
{
background-color: #92582D;
}
.BgClassName
{
background-color: #92582D;
}
</style>
border-color css
<style>
span { border-color: #92582D; }
span { border-color: rgb(146,88,45); }
td.TdClassName
{
border-color: #92582D;
}
.TagClassName
{
border-color: #92582D;
}
</style>