Shades of Indochine #9D5B31
Tints of Indochine #9D5B31
RGB
CMYK
RGB Variations
Color information
#9D5B31 (or 0x9D5B31) is known color: Indochine. HEX triplet: 9D, 5B and 31. RGB value is (157,91,49). Sum of RGB (Red+Green+Blue) = 157+91+49=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5B31 is #62A4CE. Grayscale: #6A6A6A. Windows color (decimal): -6464719 or 3234717. OLE color: 3234717.
HSL color Cylindrical-coordinate representation of color #9D5B31: hue angle of 23.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D5B31 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 49 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.38 |
| HSL | 23.33º | 0.52% | 0.4% | - |
| HSV(B) | 23.33º | 0.69% | 0.62% | - |
| XYZ | 18.2 | 14.87 | 4.82 | - |
| YUV | 105.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 49 | 0 | 0.42 | 0.69 | 0.38 | 23.33 | 0.52 | 0.4 |
| Hex | 9D | 5B | 31 | 0 | 2A | 45 | 26 | 17 | 34 | 28 |
| Octal | 235 | 133 | 61 | 0 | 52 | 105 | 46 | 27 | 64 | 50 |
| Binary | 10011101 | 1011011 | 110001 | 0 | 101010 | 1000101 | 100110 | 10111 | 110100 | 101000 |
Color Harmonies of #9D5B31
Complementary color
Monochromatic Colors of #9D5B31
Black with #9D5B31
Text Example
Text Example
White with #9D5B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B31; }
p { color: rgb(157,91,49); }
H1.HeaderClassName
{
color: #9D5B31;
}
.AnyTagClassName
{
color: #9D5B31;
}
</style>
background-color css
<style>
a { background-color: #9D5B31; }
a { background-color: rgb(157,91,49); }
div.DivClassName
{
background-color: #9D5B31;
}
.BgClassName
{
background-color: #9D5B31;
}
</style>
border-color css
<style>
span { border-color: #9D5B31; }
span { border-color: rgb(157,91,49); }
td.TdClassName
{
border-color: #9D5B31;
}
.TagClassName
{
border-color: #9D5B31;
}
</style>