Shades of Indochine #9C5C2B
Tints of Indochine #9C5C2B
RGB
CMYK
RGB Variations
Color information
#9C5C2B (or 0x9C5C2B) is known color: Indochine. HEX triplet: 9C, 5C and 2B. RGB value is (156,92,43). Sum of RGB (Red+Green+Blue) = 156+92+43=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5C2B is #63A3D4. Grayscale: #696969. Windows color (decimal): -6530005 or 2841756. OLE color: 2841756.
HSL color Cylindrical-coordinate representation of color #9C5C2B: hue angle of 26.02º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C5C2B is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 43 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.39 |
| HSL | 26.02º | 0.57% | 0.39% | - |
| HSV(B) | 26.02º | 0.72% | 0.61% | - |
| XYZ | 17.97 | 14.9 | 4.21 | - |
| YUV | 105.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 43 | 0 | 0.41 | 0.72 | 0.39 | 26.02 | 0.57 | 0.39 |
| Hex | 9C | 5C | 2B | 0 | 29 | 48 | 27 | 1A | 39 | 27 |
| Octal | 234 | 134 | 53 | 0 | 51 | 110 | 47 | 32 | 71 | 47 |
| Binary | 10011100 | 1011100 | 101011 | 0 | 101001 | 1001000 | 100111 | 11010 | 111001 | 100111 |
Color Harmonies of #9C5C2B
Complementary color
Monochromatic Colors of #9C5C2B
Black with #9C5C2B
Text Example
Text Example
White with #9C5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C2B; }
p { color: rgb(156,92,43); }
H1.HeaderClassName
{
color: #9C5C2B;
}
.AnyTagClassName
{
color: #9C5C2B;
}
</style>
background-color css
<style>
a { background-color: #9C5C2B; }
a { background-color: rgb(156,92,43); }
div.DivClassName
{
background-color: #9C5C2B;
}
.BgClassName
{
background-color: #9C5C2B;
}
</style>
border-color css
<style>
span { border-color: #9C5C2B; }
span { border-color: rgb(156,92,43); }
td.TdClassName
{
border-color: #9C5C2B;
}
.TagClassName
{
border-color: #9C5C2B;
}
</style>