Shades of Indochine #9F5938
Tints of Indochine #9F5938
RGB
CMYK
RGB Variations
Color information
#9F5938 (or 0x9F5938) is known color: Indochine. HEX triplet: 9F, 59 and 38. RGB value is (159,89,56). Sum of RGB (Red+Green+Blue) = 159+89+56=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5938 is #60A6C7. Grayscale: #6A6A6A. Windows color (decimal): -6334152 or 3692959. OLE color: 3692959.
HSL color Cylindrical-coordinate representation of color #9F5938: hue angle of 19.22º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F5938 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 56 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.38 |
| HSL | 19.22º | 0.48% | 0.42% | - |
| HSV(B) | 19.22º | 0.65% | 0.62% | - |
| XYZ | 18.58 | 14.8 | 5.62 | - |
| YUV | 106.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 56 | 0 | 0.44 | 0.65 | 0.38 | 19.22 | 0.48 | 0.42 |
| Hex | 9F | 59 | 38 | 0 | 2C | 41 | 26 | 13 | 30 | 2A |
| Octal | 237 | 131 | 70 | 0 | 54 | 101 | 46 | 23 | 60 | 52 |
| Binary | 10011111 | 1011001 | 111000 | 0 | 101100 | 1000001 | 100110 | 10011 | 110000 | 101010 |
Color Harmonies of #9F5938
Complementary color
Monochromatic Colors of #9F5938
Black with #9F5938
Text Example
Text Example
White with #9F5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5938; }
p { color: rgb(159,89,56); }
H1.HeaderClassName
{
color: #9F5938;
}
.AnyTagClassName
{
color: #9F5938;
}
</style>
background-color css
<style>
a { background-color: #9F5938; }
a { background-color: rgb(159,89,56); }
div.DivClassName
{
background-color: #9F5938;
}
.BgClassName
{
background-color: #9F5938;
}
</style>
border-color css
<style>
span { border-color: #9F5938; }
span { border-color: rgb(159,89,56); }
td.TdClassName
{
border-color: #9F5938;
}
.TagClassName
{
border-color: #9F5938;
}
</style>