Shades of Indochine #9B5E31
Tints of Indochine #9B5E31
RGB
CMYK
RGB Variations
Color information
#9B5E31 (or 0x9B5E31) is known color: Indochine. HEX triplet: 9B, 5E and 31. RGB value is (155,94,49). Sum of RGB (Red+Green+Blue) = 155+94+49=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E31 is #64A1CE. Grayscale: #6B6B6B. Windows color (decimal): -6595023 or 3235483. OLE color: 3235483.
HSL color Cylindrical-coordinate representation of color #9B5E31: hue angle of 25.47º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B5E31 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 49 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.39 |
| HSL | 25.47º | 0.52% | 0.4% | - |
| HSV(B) | 25.47º | 0.68% | 0.61% | - |
| XYZ | 18.07 | 15.2 | 4.89 | - |
| YUV | 107.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 49 | 0 | 0.39 | 0.68 | 0.39 | 25.47 | 0.52 | 0.4 |
| Hex | 9B | 5E | 31 | 0 | 27 | 44 | 27 | 19 | 34 | 28 |
| Octal | 233 | 136 | 61 | 0 | 47 | 104 | 47 | 31 | 64 | 50 |
| Binary | 10011011 | 1011110 | 110001 | 0 | 100111 | 1000100 | 100111 | 11001 | 110100 | 101000 |
Color Harmonies of #9B5E31
Complementary color
Monochromatic Colors of #9B5E31
Black with #9B5E31
Text Example
Text Example
White with #9B5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E31; }
p { color: rgb(155,94,49); }
H1.HeaderClassName
{
color: #9B5E31;
}
.AnyTagClassName
{
color: #9B5E31;
}
</style>
background-color css
<style>
a { background-color: #9B5E31; }
a { background-color: rgb(155,94,49); }
div.DivClassName
{
background-color: #9B5E31;
}
.BgClassName
{
background-color: #9B5E31;
}
</style>
border-color css
<style>
span { border-color: #9B5E31; }
span { border-color: rgb(155,94,49); }
td.TdClassName
{
border-color: #9B5E31;
}
.TagClassName
{
border-color: #9B5E31;
}
</style>