Shades of Indochine #955F37
Tints of Indochine #955F37
RGB
CMYK
RGB Variations
Color information
#955F37 (or 0x955F37) is known color: Indochine. HEX triplet: 95, 5F and 37. RGB value is (149,95,55). Sum of RGB (Red+Green+Blue) = 149+95+55=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #955F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F37 is #6AA0C8. Grayscale: #6A6A6A. Windows color (decimal): -6987977 or 3628949. OLE color: 3628949.
HSL color Cylindrical-coordinate representation of color #955F37: hue angle of 25.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955F37 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 55 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.42 |
| HSL | 25.53º | 0.46% | 0.4% | - |
| HSV(B) | 25.53º | 0.63% | 0.58% | - |
| XYZ | 17.18 | 14.85 | 5.58 | - |
| YUV | 106.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 55 | 0 | 0.36 | 0.63 | 0.42 | 25.53 | 0.46 | 0.4 |
| Hex | 95 | 5F | 37 | 0 | 24 | 3F | 2A | 1A | 2E | 28 |
| Octal | 225 | 137 | 67 | 0 | 44 | 77 | 52 | 32 | 56 | 50 |
| Binary | 10010101 | 1011111 | 110111 | 0 | 100100 | 111111 | 101010 | 11010 | 101110 | 101000 |
Color Harmonies of #955F37
Complementary color
Monochromatic Colors of #955F37
Black with #955F37
Text Example
Text Example
White with #955F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F37; }
p { color: rgb(149,95,55); }
H1.HeaderClassName
{
color: #955F37;
}
.AnyTagClassName
{
color: #955F37;
}
</style>
background-color css
<style>
a { background-color: #955F37; }
a { background-color: rgb(149,95,55); }
div.DivClassName
{
background-color: #955F37;
}
.BgClassName
{
background-color: #955F37;
}
</style>
border-color css
<style>
span { border-color: #955F37; }
span { border-color: rgb(149,95,55); }
td.TdClassName
{
border-color: #955F37;
}
.TagClassName
{
border-color: #955F37;
}
</style>