Shades of Indochine #975A32
Tints of Indochine #975A32
RGB
CMYK
RGB Variations
Color information
#975A32 (or 0x975A32) is known color: Indochine. HEX triplet: 97, 5A and 32. RGB value is (151,90,50). Sum of RGB (Red+Green+Blue) = 151+90+50=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #975A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A32 is #68A5CD. Grayscale: #676767. Windows color (decimal): -6858190 or 3299991. OLE color: 3299991.
HSL color Cylindrical-coordinate representation of color #975A32: hue angle of 23.76º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #975A32 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 50 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.41 |
| HSL | 23.76º | 0.5% | 0.39% | - |
| HSV(B) | 23.76º | 0.67% | 0.59% | - |
| XYZ | 16.99 | 14.12 | 4.85 | - |
| YUV | 103.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 50 | 0 | 0.40 | 0.67 | 0.41 | 23.76 | 0.5 | 0.39 |
| Hex | 97 | 5A | 32 | 0 | 28 | 43 | 29 | 18 | 32 | 27 |
| Octal | 227 | 132 | 62 | 0 | 50 | 103 | 51 | 30 | 62 | 47 |
| Binary | 10010111 | 1011010 | 110010 | 0 | 101000 | 1000011 | 101001 | 11000 | 110010 | 100111 |
Color Harmonies of #975A32
Complementary color
Monochromatic Colors of #975A32
Black with #975A32
Text Example
Text Example
White with #975A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A32; }
p { color: rgb(151,90,50); }
H1.HeaderClassName
{
color: #975A32;
}
.AnyTagClassName
{
color: #975A32;
}
</style>
background-color css
<style>
a { background-color: #975A32; }
a { background-color: rgb(151,90,50); }
div.DivClassName
{
background-color: #975A32;
}
.BgClassName
{
background-color: #975A32;
}
</style>
border-color css
<style>
span { border-color: #975A32; }
span { border-color: rgb(151,90,50); }
td.TdClassName
{
border-color: #975A32;
}
.TagClassName
{
border-color: #975A32;
}
</style>