Shades of Chelsea Gem #955A2D
Tints of Chelsea Gem #955A2D
RGB
CMYK
RGB Variations
Color information
#955A2D (or 0x955A2D) is known color: Chelsea Gem. HEX triplet: 95, 5A and 2D. RGB value is (149,90,45). Sum of RGB (Red+Green+Blue) = 149+90+45=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #955A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A2D is #6AA5D2. Grayscale: #666666. Windows color (decimal): -6989267 or 2972309. OLE color: 2972309.
HSL color Cylindrical-coordinate representation of color #955A2D: hue angle of 25.96º 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 #955A2D is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 45 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.42 |
| HSL | 25.96º | 0.54% | 0.38% | - |
| HSV(B) | 25.96º | 0.7% | 0.58% | - |
| XYZ | 16.52 | 13.89 | 4.29 | - |
| YUV | 102.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 45 | 0 | 0.40 | 0.70 | 0.42 | 25.96 | 0.54 | 0.38 |
| Hex | 95 | 5A | 2D | 0 | 28 | 46 | 2A | 1A | 36 | 26 |
| Octal | 225 | 132 | 55 | 0 | 50 | 106 | 52 | 32 | 66 | 46 |
| Binary | 10010101 | 1011010 | 101101 | 0 | 101000 | 1000110 | 101010 | 11010 | 110110 | 100110 |
Color Harmonies of #955A2D
Complementary color
Monochromatic Colors of #955A2D
Black with #955A2D
Text Example
Text Example
White with #955A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A2D; }
p { color: rgb(149,90,45); }
H1.HeaderClassName
{
color: #955A2D;
}
.AnyTagClassName
{
color: #955A2D;
}
</style>
background-color css
<style>
a { background-color: #955A2D; }
a { background-color: rgb(149,90,45); }
div.DivClassName
{
background-color: #955A2D;
}
.BgClassName
{
background-color: #955A2D;
}
</style>
border-color css
<style>
span { border-color: #955A2D; }
span { border-color: rgb(149,90,45); }
td.TdClassName
{
border-color: #955A2D;
}
.TagClassName
{
border-color: #955A2D;
}
</style>