Shades of Indochine #9B582E
Tints of Indochine #9B582E
RGB
CMYK
RGB Variations
Color information
#9B582E (or 0x9B582E) is known color: Indochine. HEX triplet: 9B, 58 and 2E. RGB value is (155,88,46). Sum of RGB (Red+Green+Blue) = 155+88+46=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B582E is #64A7D1. Grayscale: #676767. Windows color (decimal): -6596562 or 3037339. OLE color: 3037339.
HSL color Cylindrical-coordinate representation of color #9B582E: hue angle of 23.12º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B582E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 46 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.39 |
| HSL | 23.12º | 0.54% | 0.39% | - |
| HSV(B) | 23.12º | 0.7% | 0.61% | - |
| XYZ | 17.5 | 14.15 | 4.39 | - |
| YUV | 103.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 46 | 0 | 0.43 | 0.70 | 0.39 | 23.12 | 0.54 | 0.39 |
| Hex | 9B | 58 | 2E | 0 | 2B | 46 | 27 | 17 | 36 | 27 |
| Octal | 233 | 130 | 56 | 0 | 53 | 106 | 47 | 27 | 66 | 47 |
| Binary | 10011011 | 1011000 | 101110 | 0 | 101011 | 1000110 | 100111 | 10111 | 110110 | 100111 |
Color Harmonies of #9B582E
Complementary color
Monochromatic Colors of #9B582E
Black with #9B582E
Text Example
Text Example
White with #9B582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B582E; }
p { color: rgb(155,88,46); }
H1.HeaderClassName
{
color: #9B582E;
}
.AnyTagClassName
{
color: #9B582E;
}
</style>
background-color css
<style>
a { background-color: #9B582E; }
a { background-color: rgb(155,88,46); }
div.DivClassName
{
background-color: #9B582E;
}
.BgClassName
{
background-color: #9B582E;
}
</style>
border-color css
<style>
span { border-color: #9B582E; }
span { border-color: rgb(155,88,46); }
td.TdClassName
{
border-color: #9B582E;
}
.TagClassName
{
border-color: #9B582E;
}
</style>