Shades of Indochine #9D5832
Tints of Indochine #9D5832
RGB
CMYK
RGB Variations
Color information
#9D5832 (or 0x9D5832) is known color: Indochine. HEX triplet: 9D, 58 and 32. RGB value is (157,88,50). Sum of RGB (Red+Green+Blue) = 157+88+50=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5832 is #62A7CD. Grayscale: #686868. Windows color (decimal): -6465486 or 3299485. OLE color: 3299485.
HSL color Cylindrical-coordinate representation of color #9D5832: hue angle of 21.31º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D5832 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 50 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.38 |
| HSL | 21.31º | 0.52% | 0.41% | - |
| HSV(B) | 21.31º | 0.68% | 0.62% | - |
| XYZ | 17.97 | 14.38 | 4.85 | - |
| YUV | 104.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 50 | 0 | 0.44 | 0.68 | 0.38 | 21.31 | 0.52 | 0.41 |
| Hex | 9D | 58 | 32 | 0 | 2C | 44 | 26 | 15 | 34 | 29 |
| Octal | 235 | 130 | 62 | 0 | 54 | 104 | 46 | 25 | 64 | 51 |
| Binary | 10011101 | 1011000 | 110010 | 0 | 101100 | 1000100 | 100110 | 10101 | 110100 | 101001 |
Color Harmonies of #9D5832
Complementary color
Monochromatic Colors of #9D5832
Black with #9D5832
Text Example
Text Example
White with #9D5832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5832; }
p { color: rgb(157,88,50); }
H1.HeaderClassName
{
color: #9D5832;
}
.AnyTagClassName
{
color: #9D5832;
}
</style>
background-color css
<style>
a { background-color: #9D5832; }
a { background-color: rgb(157,88,50); }
div.DivClassName
{
background-color: #9D5832;
}
.BgClassName
{
background-color: #9D5832;
}
</style>
border-color css
<style>
span { border-color: #9D5832; }
span { border-color: rgb(157,88,50); }
td.TdClassName
{
border-color: #9D5832;
}
.TagClassName
{
border-color: #9D5832;
}
</style>