Shades of Indochine #955D39
Tints of Indochine #955D39
RGB
CMYK
RGB Variations
Color information
#955D39 (or 0x955D39) is known color: Indochine. HEX triplet: 95, 5D and 39. RGB value is (149,93,57). Sum of RGB (Red+Green+Blue) = 149+93+57=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #955D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D39 is #6AA2C6. Grayscale: #696969. Windows color (decimal): -6988487 or 3759509. OLE color: 3759509.
HSL color Cylindrical-coordinate representation of color #955D39: hue angle of 23.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955D39 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 57 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.42 |
| HSL | 23.48º | 0.45% | 0.4% | - |
| HSV(B) | 23.48º | 0.62% | 0.58% | - |
| XYZ | 17.05 | 14.51 | 5.77 | - |
| YUV | 105.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 57 | 0 | 0.38 | 0.62 | 0.42 | 23.48 | 0.45 | 0.4 |
| Hex | 95 | 5D | 39 | 0 | 26 | 3E | 2A | 17 | 2D | 28 |
| Octal | 225 | 135 | 71 | 0 | 46 | 76 | 52 | 27 | 55 | 50 |
| Binary | 10010101 | 1011101 | 111001 | 0 | 100110 | 111110 | 101010 | 10111 | 101101 | 101000 |
Color Harmonies of #955D39
Complementary color
Monochromatic Colors of #955D39
Black with #955D39
Text Example
Text Example
White with #955D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D39; }
p { color: rgb(149,93,57); }
H1.HeaderClassName
{
color: #955D39;
}
.AnyTagClassName
{
color: #955D39;
}
</style>
background-color css
<style>
a { background-color: #955D39; }
a { background-color: rgb(149,93,57); }
div.DivClassName
{
background-color: #955D39;
}
.BgClassName
{
background-color: #955D39;
}
</style>
border-color css
<style>
span { border-color: #955D39; }
span { border-color: rgb(149,93,57); }
td.TdClassName
{
border-color: #955D39;
}
.TagClassName
{
border-color: #955D39;
}
</style>