Shades of Chelsea Gem #955B2D
Tints of Chelsea Gem #955B2D
RGB
CMYK
RGB Variations
Color information
#955B2D (or 0x955B2D) is known color: Chelsea Gem. HEX triplet: 95, 5B and 2D. RGB value is (149,91,45). Sum of RGB (Red+Green+Blue) = 149+91+45=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B2D is #6AA4D2. Grayscale: #676767. Windows color (decimal): -6989011 or 2972565. OLE color: 2972565.
HSL color Cylindrical-coordinate representation of color #955B2D: hue angle of 26.54º 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 #955B2D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 45 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.42 |
| HSL | 26.54º | 0.54% | 0.38% | - |
| HSV(B) | 26.54º | 0.7% | 0.58% | - |
| XYZ | 16.61 | 14.06 | 4.32 | - |
| YUV | 103.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 45 | 0 | 0.39 | 0.70 | 0.42 | 26.54 | 0.54 | 0.38 |
| Hex | 95 | 5B | 2D | 0 | 27 | 46 | 2A | 1B | 36 | 26 |
| Octal | 225 | 133 | 55 | 0 | 47 | 106 | 52 | 33 | 66 | 46 |
| Binary | 10010101 | 1011011 | 101101 | 0 | 100111 | 1000110 | 101010 | 11011 | 110110 | 100110 |
Color Harmonies of #955B2D
Complementary color
Monochromatic Colors of #955B2D
Black with #955B2D
Text Example
Text Example
White with #955B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B2D; }
p { color: rgb(149,91,45); }
H1.HeaderClassName
{
color: #955B2D;
}
.AnyTagClassName
{
color: #955B2D;
}
</style>
background-color css
<style>
a { background-color: #955B2D; }
a { background-color: rgb(149,91,45); }
div.DivClassName
{
background-color: #955B2D;
}
.BgClassName
{
background-color: #955B2D;
}
</style>
border-color css
<style>
span { border-color: #955B2D; }
span { border-color: rgb(149,91,45); }
td.TdClassName
{
border-color: #955B2D;
}
.TagClassName
{
border-color: #955B2D;
}
</style>