Shades of Chelsea Gem #95552C
Tints of Chelsea Gem #95552C
RGB
CMYK
RGB Variations
Color information
#95552C (or 0x95552C) is known color: Chelsea Gem. HEX triplet: 95, 55 and 2C. RGB value is (149,85,44). Sum of RGB (Red+Green+Blue) = 149+85+44=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95552C is #6AAAD3. Grayscale: #636363. Windows color (decimal): -6990548 or 2905493. OLE color: 2905493.
HSL color Cylindrical-coordinate representation of color #95552C: hue angle of 23.43º 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 #95552C is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 44 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.42 |
| HSL | 23.43º | 0.54% | 0.38% | - |
| HSV(B) | 23.43º | 0.7% | 0.58% | - |
| XYZ | 16.1 | 13.07 | 4.06 | - |
| YUV | 99.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 44 | 0 | 0.43 | 0.70 | 0.42 | 23.43 | 0.54 | 0.38 |
| Hex | 95 | 55 | 2C | 0 | 2B | 46 | 2A | 17 | 36 | 26 |
| Octal | 225 | 125 | 54 | 0 | 53 | 106 | 52 | 27 | 66 | 46 |
| Binary | 10010101 | 1010101 | 101100 | 0 | 101011 | 1000110 | 101010 | 10111 | 110110 | 100110 |
Color Harmonies of #95552C
Complementary color
Monochromatic Colors of #95552C
Black with #95552C
Text Example
Text Example
White with #95552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95552C; }
p { color: rgb(149,85,44); }
H1.HeaderClassName
{
color: #95552C;
}
.AnyTagClassName
{
color: #95552C;
}
</style>
background-color css
<style>
a { background-color: #95552C; }
a { background-color: rgb(149,85,44); }
div.DivClassName
{
background-color: #95552C;
}
.BgClassName
{
background-color: #95552C;
}
</style>
border-color css
<style>
span { border-color: #95552C; }
span { border-color: rgb(149,85,44); }
td.TdClassName
{
border-color: #95552C;
}
.TagClassName
{
border-color: #95552C;
}
</style>