Shades of Chelsea Gem #92542B
Tints of Chelsea Gem #92542B
RGB
CMYK
RGB Variations
Color information
#92542B (or 0x92542B) is known color: Chelsea Gem. HEX triplet: 92, 54 and 2B. RGB value is (146,84,43). Sum of RGB (Red+Green+Blue) = 146+84+43=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92542B is #6DABD4. Grayscale: #626262. Windows color (decimal): -7187413 or 2839698. OLE color: 2839698.
HSL color Cylindrical-coordinate representation of color #92542B: hue angle of 23.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92542B is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 84 | 43 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.43 |
| HSL | 23.88º | 0.54% | 0.37% | - |
| HSV(B) | 23.88º | 0.71% | 0.57% | - |
| XYZ | 15.46 | 12.63 | 3.91 | - |
| YUV | 97.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 84 | 43 | 0 | 0.42 | 0.71 | 0.43 | 23.88 | 0.54 | 0.37 |
| Hex | 92 | 54 | 2B | 0 | 2A | 47 | 2B | 18 | 36 | 25 |
| Octal | 222 | 124 | 53 | 0 | 52 | 107 | 53 | 30 | 66 | 45 |
| Binary | 10010010 | 1010100 | 101011 | 0 | 101010 | 1000111 | 101011 | 11000 | 110110 | 100101 |
Color Harmonies of #92542B
Complementary color
Monochromatic Colors of #92542B
Black with #92542B
Text Example
Text Example
White with #92542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92542B; }
p { color: rgb(146,84,43); }
H1.HeaderClassName
{
color: #92542B;
}
.AnyTagClassName
{
color: #92542B;
}
</style>
background-color css
<style>
a { background-color: #92542B; }
a { background-color: rgb(146,84,43); }
div.DivClassName
{
background-color: #92542B;
}
.BgClassName
{
background-color: #92542B;
}
</style>
border-color css
<style>
span { border-color: #92542B; }
span { border-color: rgb(146,84,43); }
td.TdClassName
{
border-color: #92542B;
}
.TagClassName
{
border-color: #92542B;
}
</style>