#745E33

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

Shades of Himalaya #745E33

Tints of Himalaya #745E33

Color information

#745E33 (or 0x745E33) is unknown color: approx Himalaya. HEX triplet: 74, 5E and 33. RGB value is (116,94,51). Sum of RGB (Red+Green+Blue) = 116+94+51=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #745E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E33 is #8BA1CC. Grayscale: #5F5F5F. Windows color (decimal): -9150925 or 3366516. OLE color: 3366516.

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

Color convert

RGB1169451-
CMYK00.190.560.55
HSL39.69º38.92%32.75%-
HSV(B)39.69º56.03%45.49%-
XYZ11.811.964.82-
YUV95.68102.79142.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=44.44%
G=36.02%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116945100.190.560.5539.6938.9232.75
Hex745E330133837282721
Octal164136630237067504741
Binary11101001011110110011010011111000110111101000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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