#756131

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

Shades of Himalaya #756131

Tints of Himalaya #756131

Color information

#756131 (or 0x756131) is unknown color: approx Himalaya. HEX triplet: 75, 61 and 31. RGB value is (117,97,49). Sum of RGB (Red+Green+Blue) = 117+97+49=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756131 is #8A9ECE. Grayscale: #616161. Windows color (decimal): -9084623 or 3236213. OLE color: 3236213.

HSL color Cylindrical-coordinate representation of color #756131: hue angle of 42.35º 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 #756131 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1179749-
CMYK00.170.580.54
HSL42.35º40.96%32.55%-
HSV(B)42.35º58.12%45.88%-
XYZ12.1712.554.69-
YUV97.51100.63141.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=44.49%
G=36.88%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117974900.170.580.5442.3540.9632.55
Hex7561310113A362a2921
Octal165141610217266525141
Binary11101011100001110001010001111010110110101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756131; }

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

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

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

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

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

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

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

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