Shades of Indochine #9B5E2C
Tints of Indochine #9B5E2C
RGB
CMYK
RGB Variations
Color information
#9B5E2C (or 0x9B5E2C) is known color: Indochine. HEX triplet: 9B, 5E and 2C. RGB value is (155,94,44). Sum of RGB (Red+Green+Blue) = 155+94+44=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E2C is #64A1D3. Grayscale: #6A6A6A. Windows color (decimal): -6595028 or 2907803. OLE color: 2907803.
HSL color Cylindrical-coordinate representation of color #9B5E2C: hue angle of 27.03º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B5E2C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 44 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.39 |
| HSL | 27.03º | 0.56% | 0.39% | - |
| HSV(B) | 27.03º | 0.72% | 0.61% | - |
| XYZ | 17.97 | 15.16 | 4.36 | - |
| YUV | 106.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 44 | 0 | 0.39 | 0.72 | 0.39 | 27.03 | 0.56 | 0.39 |
| Hex | 9B | 5E | 2C | 0 | 27 | 48 | 27 | 1B | 38 | 27 |
| Octal | 233 | 136 | 54 | 0 | 47 | 110 | 47 | 33 | 70 | 47 |
| Binary | 10011011 | 1011110 | 101100 | 0 | 100111 | 1001000 | 100111 | 11011 | 111000 | 100111 |
Color Harmonies of #9B5E2C
Complementary color
Monochromatic Colors of #9B5E2C
Black with #9B5E2C
Text Example
Text Example
White with #9B5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E2C; }
p { color: rgb(155,94,44); }
H1.HeaderClassName
{
color: #9B5E2C;
}
.AnyTagClassName
{
color: #9B5E2C;
}
</style>
background-color css
<style>
a { background-color: #9B5E2C; }
a { background-color: rgb(155,94,44); }
div.DivClassName
{
background-color: #9B5E2C;
}
.BgClassName
{
background-color: #9B5E2C;
}
</style>
border-color css
<style>
span { border-color: #9B5E2C; }
span { border-color: rgb(155,94,44); }
td.TdClassName
{
border-color: #9B5E2C;
}
.TagClassName
{
border-color: #9B5E2C;
}
</style>