Shades of Indochine #9F5D34
Tints of Indochine #9F5D34
RGB
CMYK
RGB Variations
Color information
#9F5D34 (or 0x9F5D34) is known color: Indochine. HEX triplet: 9F, 5D and 34. RGB value is (159,93,52). Sum of RGB (Red+Green+Blue) = 159+93+52=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D34 is #60A2CB. Grayscale: #6C6C6C. Windows color (decimal): -6333132 or 3431839. OLE color: 3431839.
HSL color Cylindrical-coordinate representation of color #9F5D34: hue angle of 22.99º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F5D34 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 52 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.38 |
| HSL | 22.99º | 0.51% | 0.41% | - |
| HSV(B) | 22.99º | 0.67% | 0.62% | - |
| XYZ | 18.83 | 15.45 | 5.24 | - |
| YUV | 108.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 52 | 0 | 0.42 | 0.67 | 0.38 | 22.99 | 0.51 | 0.41 |
| Hex | 9F | 5D | 34 | 0 | 2A | 43 | 26 | 17 | 33 | 29 |
| Octal | 237 | 135 | 64 | 0 | 52 | 103 | 46 | 27 | 63 | 51 |
| Binary | 10011111 | 1011101 | 110100 | 0 | 101010 | 1000011 | 100110 | 10111 | 110011 | 101001 |
Color Harmonies of #9F5D34
Complementary color
Monochromatic Colors of #9F5D34
Black with #9F5D34
Text Example
Text Example
White with #9F5D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D34; }
p { color: rgb(159,93,52); }
H1.HeaderClassName
{
color: #9F5D34;
}
.AnyTagClassName
{
color: #9F5D34;
}
</style>
background-color css
<style>
a { background-color: #9F5D34; }
a { background-color: rgb(159,93,52); }
div.DivClassName
{
background-color: #9F5D34;
}
.BgClassName
{
background-color: #9F5D34;
}
</style>
border-color css
<style>
span { border-color: #9F5D34; }
span { border-color: rgb(159,93,52); }
td.TdClassName
{
border-color: #9F5D34;
}
.TagClassName
{
border-color: #9F5D34;
}
</style>