#745E32

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

Shades of Himalaya #745E32

Tints of Himalaya #745E32

Color information

#745E32 (or 0x745E32) is unknown color: approx Himalaya. HEX triplet: 74, 5E and 32. RGB value is (116,94,50). Sum of RGB (Red+Green+Blue) = 116+94+50=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #745E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E32 is #8BA1CD. Grayscale: #5F5F5F. Windows color (decimal): -9150926 or 3300980. OLE color: 3300980.

HSL color Cylindrical-coordinate representation of color #745E32: hue angle of 40º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745E32 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1169450-
CMYK00.190.570.55
HSL40º39.76%32.55%-
HSV(B)40º56.9%45.49%-
XYZ11.7811.954.7-
YUV95.56102.29142.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=44.62%
G=36.15%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116945000.190.570.554039.7632.55
Hex745E320133937282821
Octal164136620237167505041
Binary11101001011110110010010011111001110111101000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E32; }

 p { color: rgb(116,94,50); }

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

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

 a { background-color: rgb(116,94,50); }

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

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

 span { border-color: rgb(116,94,50); }

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