#975B39

Color #975B39 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #975B39

Tints of Indochine #975B39

Color information

#975B39 (or 0x975B39) is unknown color: approx Indochine. HEX triplet: 97, 5B and 39. RGB value is (151,91,57). Sum of RGB (Red+Green+Blue) = 151+91+57=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #975B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B39 is #68A4C6. Grayscale: #696969. Windows color (decimal): -6857927 or 3758999. OLE color: 3758999.

HSL color Cylindrical-coordinate representation of color #975B39: hue angle of 21.7º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975B39 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1519157-
CMYK00.400.620.41
HSL21.7º45.19%40.78%-
HSV(B)21.7º62.25%59.22%-
XYZ17.2414.365.73-
YUV105.06100.88160.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=50.50%
G=30.43%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151915700.400.620.4121.745.1940.78
Hex975B390283E29162d29
Octal227133710507651265551
Binary100101111011011111001010100011111010100110110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975B39; }

 p { color: rgb(151,91,57); }

 H1.HeaderClassName
 {
   color: #975B39;
 }
 .AnyTagClassName
 {
   color: #975B39;
 }
</style>
background-color css

<style>
 a { background-color: #975B39; }

 a { background-color: rgb(151,91,57); }

 div.DivClassName
 {
   background-color: #975B39;
 }
 .BgClassName
 {
   background-color: #975B39;
 }
</style>
border-color css

<style>
 span { border-color: #975B39; }

 span { border-color: rgb(151,91,57); }

 td.TdClassName
 {
   border-color: #975B39;
 }
 .TagClassName
 {
   border-color: #975B39;
 }
</style>