#755E31

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

Shades of Himalaya #755E31

Tints of Himalaya #755E31

Color information

#755E31 (or 0x755E31) is unknown color: approx Himalaya. HEX triplet: 75, 5E and 31. RGB value is (117,94,49). Sum of RGB (Red+Green+Blue) = 117+94+49=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #755E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E31 is #8AA1CE. Grayscale: #5F5F5F. Windows color (decimal): -9085391 or 3235445. OLE color: 3235445.

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

Color convert

RGB1179449-
CMYK00.200.580.54
HSL39.71º40.96%32.55%-
HSV(B)39.71º58.12%45.88%-
XYZ11.8912.014.6-
YUV95.75101.62143.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=45%
G=36.15%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117944900.200.580.5439.7140.9632.55
Hex755E310143A36282921
Octal165136610247266505141
Binary11101011011110110001010100111010110110101000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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