Shades of Indochine #9F5D33
Tints of Indochine #9F5D33
RGB
CMYK
RGB Variations
Color information
#9F5D33 (or 0x9F5D33) is known color: Indochine. HEX triplet: 9F, 5D and 33. RGB value is (159,93,51). Sum of RGB (Red+Green+Blue) = 159+93+51=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D33 is #60A2CC. Grayscale: #6C6C6C. Windows color (decimal): -6333133 or 3366303. OLE color: 3366303.
HSL color Cylindrical-coordinate representation of color #9F5D33: hue angle of 23.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F5D33 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 51 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.38 |
| HSL | 23.33º | 0.51% | 0.41% | - |
| HSV(B) | 23.33º | 0.68% | 0.62% | - |
| XYZ | 18.81 | 15.44 | 5.12 | - |
| YUV | 107.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 51 | 0 | 0.42 | 0.68 | 0.38 | 23.33 | 0.51 | 0.41 |
| Hex | 9F | 5D | 33 | 0 | 2A | 44 | 26 | 17 | 33 | 29 |
| Octal | 237 | 135 | 63 | 0 | 52 | 104 | 46 | 27 | 63 | 51 |
| Binary | 10011111 | 1011101 | 110011 | 0 | 101010 | 1000100 | 100110 | 10111 | 110011 | 101001 |
Color Harmonies of #9F5D33
Complementary color
Monochromatic Colors of #9F5D33
Black with #9F5D33
Text Example
Text Example
White with #9F5D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D33; }
p { color: rgb(159,93,51); }
H1.HeaderClassName
{
color: #9F5D33;
}
.AnyTagClassName
{
color: #9F5D33;
}
</style>
background-color css
<style>
a { background-color: #9F5D33; }
a { background-color: rgb(159,93,51); }
div.DivClassName
{
background-color: #9F5D33;
}
.BgClassName
{
background-color: #9F5D33;
}
</style>
border-color css
<style>
span { border-color: #9F5D33; }
span { border-color: rgb(159,93,51); }
td.TdClassName
{
border-color: #9F5D33;
}
.TagClassName
{
border-color: #9F5D33;
}
</style>