Shades of Chelsea Gem #95522E
Tints of Chelsea Gem #95522E
RGB
CMYK
RGB Variations
Color information
#95522E (or 0x95522E) is known color: Chelsea Gem. HEX triplet: 95, 52 and 2E. RGB value is (149,82,46). Sum of RGB (Red+Green+Blue) = 149+82+46=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95522E is #6AADD1. Grayscale: #626262. Windows color (decimal): -6991314 or 3035797. OLE color: 3035797.
HSL color Cylindrical-coordinate representation of color #95522E: hue angle of 20.97º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95522E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 46 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.42 |
| HSL | 20.97º | 0.53% | 0.38% | - |
| HSV(B) | 20.97º | 0.69% | 0.58% | - |
| XYZ | 15.9 | 12.62 | 4.18 | - |
| YUV | 97.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 46 | 0 | 0.45 | 0.69 | 0.42 | 20.97 | 0.53 | 0.38 |
| Hex | 95 | 52 | 2E | 0 | 2D | 45 | 2A | 15 | 35 | 26 |
| Octal | 225 | 122 | 56 | 0 | 55 | 105 | 52 | 25 | 65 | 46 |
| Binary | 10010101 | 1010010 | 101110 | 0 | 101101 | 1000101 | 101010 | 10101 | 110101 | 100110 |
Color Harmonies of #95522E
Complementary color
Monochromatic Colors of #95522E
Black with #95522E
Text Example
Text Example
White with #95522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95522E; }
p { color: rgb(149,82,46); }
H1.HeaderClassName
{
color: #95522E;
}
.AnyTagClassName
{
color: #95522E;
}
</style>
background-color css
<style>
a { background-color: #95522E; }
a { background-color: rgb(149,82,46); }
div.DivClassName
{
background-color: #95522E;
}
.BgClassName
{
background-color: #95522E;
}
</style>
border-color css
<style>
span { border-color: #95522E; }
span { border-color: rgb(149,82,46); }
td.TdClassName
{
border-color: #95522E;
}
.TagClassName
{
border-color: #95522E;
}
</style>