Shades of Indochine #9B592F
Tints of Indochine #9B592F
RGB
CMYK
RGB Variations
Color information
#9B592F (or 0x9B592F) is known color: Indochine. HEX triplet: 9B, 59 and 2F. RGB value is (155,89,47). Sum of RGB (Red+Green+Blue) = 155+89+47=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B592F is #64A6D0. Grayscale: #686868. Windows color (decimal): -6596305 or 3103131. OLE color: 3103131.
HSL color Cylindrical-coordinate representation of color #9B592F: hue angle of 23.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B592F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 47 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.39 |
| HSL | 23.33º | 0.53% | 0.4% | - |
| HSV(B) | 23.33º | 0.7% | 0.61% | - |
| XYZ | 17.6 | 14.32 | 4.53 | - |
| YUV | 103.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 47 | 0 | 0.43 | 0.70 | 0.39 | 23.33 | 0.53 | 0.4 |
| Hex | 9B | 59 | 2F | 0 | 2B | 46 | 27 | 17 | 35 | 28 |
| Octal | 233 | 131 | 57 | 0 | 53 | 106 | 47 | 27 | 65 | 50 |
| Binary | 10011011 | 1011001 | 101111 | 0 | 101011 | 1000110 | 100111 | 10111 | 110101 | 101000 |
Color Harmonies of #9B592F
Complementary color
Monochromatic Colors of #9B592F
Black with #9B592F
Text Example
Text Example
White with #9B592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B592F; }
p { color: rgb(155,89,47); }
H1.HeaderClassName
{
color: #9B592F;
}
.AnyTagClassName
{
color: #9B592F;
}
</style>
background-color css
<style>
a { background-color: #9B592F; }
a { background-color: rgb(155,89,47); }
div.DivClassName
{
background-color: #9B592F;
}
.BgClassName
{
background-color: #9B592F;
}
</style>
border-color css
<style>
span { border-color: #9B592F; }
span { border-color: rgb(155,89,47); }
td.TdClassName
{
border-color: #9B592F;
}
.TagClassName
{
border-color: #9B592F;
}
</style>