Shades of Indochine #9D5E38
Tints of Indochine #9D5E38
RGB
CMYK
RGB Variations
Color information
#9D5E38 (or 0x9D5E38) is known color: Indochine. HEX triplet: 9D, 5E and 38. RGB value is (157,94,56). Sum of RGB (Red+Green+Blue) = 157+94+56=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5E38 is #62A1C7. Grayscale: #6C6C6C. Windows color (decimal): -6463944 or 3694237. OLE color: 3694237.
HSL color Cylindrical-coordinate representation of color #9D5E38: hue angle of 22.57º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D5E38 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 56 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.38 |
| HSL | 22.57º | 0.47% | 0.42% | - |
| HSV(B) | 22.57º | 0.64% | 0.62% | - |
| XYZ | 18.62 | 15.46 | 5.74 | - |
| YUV | 108.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 56 | 0 | 0.40 | 0.64 | 0.38 | 22.57 | 0.47 | 0.42 |
| Hex | 9D | 5E | 38 | 0 | 28 | 40 | 26 | 17 | 2F | 2A |
| Octal | 235 | 136 | 70 | 0 | 50 | 100 | 46 | 27 | 57 | 52 |
| Binary | 10011101 | 1011110 | 111000 | 0 | 101000 | 1000000 | 100110 | 10111 | 101111 | 101010 |
Color Harmonies of #9D5E38
Complementary color
Monochromatic Colors of #9D5E38
Black with #9D5E38
Text Example
Text Example
White with #9D5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E38; }
p { color: rgb(157,94,56); }
H1.HeaderClassName
{
color: #9D5E38;
}
.AnyTagClassName
{
color: #9D5E38;
}
</style>
background-color css
<style>
a { background-color: #9D5E38; }
a { background-color: rgb(157,94,56); }
div.DivClassName
{
background-color: #9D5E38;
}
.BgClassName
{
background-color: #9D5E38;
}
</style>
border-color css
<style>
span { border-color: #9D5E38; }
span { border-color: rgb(157,94,56); }
td.TdClassName
{
border-color: #9D5E38;
}
.TagClassName
{
border-color: #9D5E38;
}
</style>