#975A31

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

Shades of Indochine #975A31

Tints of Indochine #975A31

Color information

#975A31 (or 0x975A31) is unknown color: approx Indochine. HEX triplet: 97, 5A and 31. RGB value is (151,90,49). Sum of RGB (Red+Green+Blue) = 151+90+49=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #975A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A31 is #68A5CE. Grayscale: #676767. Windows color (decimal): -6858191 or 3234455. OLE color: 3234455.

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

Color convert

RGB1519049-
CMYK00.400.680.41
HSL24.12º51%39.22%-
HSV(B)24.12º67.55%59.22%-
XYZ16.9714.114.74-
YUV103.5697.21161.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.07%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 49 (19.53% from 255) = 16.90%
R=52.07%
G=31.03%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151904900.400.680.4124.125139.22
Hex975A310284429183327
Octal2271326105010451306347
Binary1001011110110101100010101000100010010100111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,49); }

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

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

 a { background-color: rgb(151,90,49); }

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

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

 span { border-color: rgb(151,90,49); }

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