Shades of Chelsea Gem #95552D
Tints of Chelsea Gem #95552D
RGB
CMYK
RGB Variations
Color information
#95552D (or 0x95552D) is known color: Chelsea Gem. HEX triplet: 95, 55 and 2D. RGB value is (149,85,45). Sum of RGB (Red+Green+Blue) = 149+85+45=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95552D is #6AAAD2. Grayscale: #636363. Windows color (decimal): -6990547 or 2971029. OLE color: 2971029.
HSL color Cylindrical-coordinate representation of color #95552D: hue angle of 23.08º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95552D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 45 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.42 |
| HSL | 23.08º | 0.54% | 0.38% | - |
| HSV(B) | 23.08º | 0.7% | 0.58% | - |
| XYZ | 16.12 | 13.08 | 4.16 | - |
| YUV | 99.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 45 | 0 | 0.43 | 0.70 | 0.42 | 23.08 | 0.54 | 0.38 |
| Hex | 95 | 55 | 2D | 0 | 2B | 46 | 2A | 17 | 36 | 26 |
| Octal | 225 | 125 | 55 | 0 | 53 | 106 | 52 | 27 | 66 | 46 |
| Binary | 10010101 | 1010101 | 101101 | 0 | 101011 | 1000110 | 101010 | 10111 | 110110 | 100110 |
Color Harmonies of #95552D
Complementary color
Monochromatic Colors of #95552D
Black with #95552D
Text Example
Text Example
White with #95552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95552D; }
p { color: rgb(149,85,45); }
H1.HeaderClassName
{
color: #95552D;
}
.AnyTagClassName
{
color: #95552D;
}
</style>
background-color css
<style>
a { background-color: #95552D; }
a { background-color: rgb(149,85,45); }
div.DivClassName
{
background-color: #95552D;
}
.BgClassName
{
background-color: #95552D;
}
</style>
border-color css
<style>
span { border-color: #95552D; }
span { border-color: rgb(149,85,45); }
td.TdClassName
{
border-color: #95552D;
}
.TagClassName
{
border-color: #95552D;
}
</style>