#756A31

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

Shades of Himalaya #756A31

Tints of Himalaya #756A31

Color information

#756A31 (or 0x756A31) is unknown color: approx Himalaya. HEX triplet: 75, 6A and 31. RGB value is (117,106,49). Sum of RGB (Red+Green+Blue) = 117+106+49=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A31 is #8A95CE. Grayscale: #676767. Windows color (decimal): -9082319 or 3238517. OLE color: 3238517.

HSL color Cylindrical-coordinate representation of color #756A31: hue angle of 50.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #756A31 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11710649-
CMYK00.090.580.54
HSL50.29º40.96%32.55%-
HSV(B)50.29º58.12%45.88%-
XYZ13.0414.314.98-
YUV102.7997.64138.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 106 (41.80% from 255) = 38.97%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=43.01%
G=38.97%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171064900.090.580.5450.2940.9632.55
Hex756A31093A36322921
Octal165152610117266625141
Binary1110101110101011000101001111010110110110010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,49); }

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

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

 a { background-color: rgb(117,106,49); }

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

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

 span { border-color: rgb(117,106,49); }

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