#975E31

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

Shades of Indochine #975E31

Tints of Indochine #975E31

Color information

#975E31 (or 0x975E31) is unknown color: approx Indochine. HEX triplet: 97, 5E and 31. RGB value is (151,94,49). Sum of RGB (Red+Green+Blue) = 151+94+49=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #975E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E31 is #68A1CE. Grayscale: #6A6A6A. Windows color (decimal): -6857167 or 3235479. OLE color: 3235479.

HSL color Cylindrical-coordinate representation of color #975E31: hue angle of 26.47º 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 #975E31 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1519449-
CMYK00.380.680.41
HSL26.47º51%39.22%-
HSV(B)26.47º67.55%59.22%-
XYZ17.3214.814.85-
YUV105.9195.88160.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=51.36%
G=31.97%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151944900.380.680.4126.475139.22
Hex975E3102644291a3327
Octal2271366104610451326347
Binary1001011110111101100010100110100010010100111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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