Shades of Chelsea Gem #955831
Tints of Chelsea Gem #955831
RGB
CMYK
RGB Variations
Color information
#955831 (or 0x955831) is known color: Chelsea Gem. HEX triplet: 95, 58 and 31. RGB value is (149,88,49). Sum of RGB (Red+Green+Blue) = 149+88+49=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955831 is #6AA7CE. Grayscale: #666666. Windows color (decimal): -6989775 or 3233941. OLE color: 3233941.
HSL color Cylindrical-coordinate representation of color #955831: hue angle of 23.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #955831 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 49 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.42 |
| HSL | 23.4º | 0.51% | 0.39% | - |
| HSV(B) | 23.4º | 0.67% | 0.58% | - |
| XYZ | 16.44 | 13.59 | 4.66 | - |
| YUV | 101.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 49 | 0 | 0.41 | 0.67 | 0.42 | 23.4 | 0.51 | 0.39 |
| Hex | 95 | 58 | 31 | 0 | 29 | 43 | 2A | 17 | 33 | 27 |
| Octal | 225 | 130 | 61 | 0 | 51 | 103 | 52 | 27 | 63 | 47 |
| Binary | 10010101 | 1011000 | 110001 | 0 | 101001 | 1000011 | 101010 | 10111 | 110011 | 100111 |
Color Harmonies of #955831
Complementary color
Monochromatic Colors of #955831
Black with #955831
Text Example
Text Example
White with #955831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955831; }
p { color: rgb(149,88,49); }
H1.HeaderClassName
{
color: #955831;
}
.AnyTagClassName
{
color: #955831;
}
</style>
background-color css
<style>
a { background-color: #955831; }
a { background-color: rgb(149,88,49); }
div.DivClassName
{
background-color: #955831;
}
.BgClassName
{
background-color: #955831;
}
</style>
border-color css
<style>
span { border-color: #955831; }
span { border-color: rgb(149,88,49); }
td.TdClassName
{
border-color: #955831;
}
.TagClassName
{
border-color: #955831;
}
</style>