#755E20

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

Shades of Himalaya #755E20

Tints of Himalaya #755E20

Color information

#755E20 (or 0x755E20) is unknown color: approx Himalaya. HEX triplet: 75, 5E and 20. RGB value is (117,94,32). Sum of RGB (Red+Green+Blue) = 117+94+32=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #755E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E20 is #8AA1DF. Grayscale: #5E5E5E. Windows color (decimal): -9085408 or 2121333. OLE color: 2121333.

HSL color Cylindrical-coordinate representation of color #755E20: hue angle of 43.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755E20 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1179432-
CMYK00.200.730.54
HSL43.76º57.05%29.22%-
HSV(B)43.76º72.65%45.88%-
XYZ11.611.893.05-
YUV93.8193.12144.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 94 (37.11% from 255) = 38.68%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=48.15%
G=38.68%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117943200.200.730.5443.7657.0529.22
Hex755E2001449362c391d
Octal1651364002411166547135
Binary11101011011110100000010100100100111011010110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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