Shades of Indochine #9F5C2D
Tints of Indochine #9F5C2D
RGB
CMYK
RGB Variations
Color information
#9F5C2D (or 0x9F5C2D) is known color: Indochine. HEX triplet: 9F, 5C and 2D. RGB value is (159,92,45). Sum of RGB (Red+Green+Blue) = 159+92+45=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C2D is #60A3D2. Grayscale: #6A6A6A. Windows color (decimal): -6333395 or 2972831. OLE color: 2972831.
HSL color Cylindrical-coordinate representation of color #9F5C2D: hue angle of 24.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F5C2D is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 45 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.38 |
| HSL | 24.74º | 0.56% | 0.4% | - |
| HSV(B) | 24.74º | 0.72% | 0.62% | - |
| XYZ | 18.6 | 15.21 | 4.44 | - |
| YUV | 106.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 45 | 0 | 0.42 | 0.72 | 0.38 | 24.74 | 0.56 | 0.4 |
| Hex | 9F | 5C | 2D | 0 | 2A | 48 | 26 | 19 | 38 | 28 |
| Octal | 237 | 134 | 55 | 0 | 52 | 110 | 46 | 31 | 70 | 50 |
| Binary | 10011111 | 1011100 | 101101 | 0 | 101010 | 1001000 | 100110 | 11001 | 111000 | 101000 |
Color Harmonies of #9F5C2D
Complementary color
Monochromatic Colors of #9F5C2D
Black with #9F5C2D
Text Example
Text Example
White with #9F5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C2D; }
p { color: rgb(159,92,45); }
H1.HeaderClassName
{
color: #9F5C2D;
}
.AnyTagClassName
{
color: #9F5C2D;
}
</style>
background-color css
<style>
a { background-color: #9F5C2D; }
a { background-color: rgb(159,92,45); }
div.DivClassName
{
background-color: #9F5C2D;
}
.BgClassName
{
background-color: #9F5C2D;
}
</style>
border-color css
<style>
span { border-color: #9F5C2D; }
span { border-color: rgb(159,92,45); }
td.TdClassName
{
border-color: #9F5C2D;
}
.TagClassName
{
border-color: #9F5C2D;
}
</style>