#746532

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

Shades of Himalaya #746532

Tints of Himalaya #746532

Color information

#746532 (or 0x746532) is unknown color: approx Himalaya. HEX triplet: 74, 65 and 32. RGB value is (116,101,50). Sum of RGB (Red+Green+Blue) = 116+101+50=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746532 is #8B9ACD. Grayscale: #636363. Windows color (decimal): -9149134 or 3302772. OLE color: 3302772.

HSL color Cylindrical-coordinate representation of color #746532: hue angle of 46.36º 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 #746532 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB11610150-
CMYK00.130.570.55
HSL46.36º39.76%32.55%-
HSV(B)46.36º56.9%45.49%-
XYZ12.4313.254.92-
YUV99.6799.97139.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=43.45%
G=37.83%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161015000.130.570.5546.3639.7632.55
Hex7465320D39372e2821
Octal164145620157167565041
Binary1110100110010111001001101111001110111101110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746532; }

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

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

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

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

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

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

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

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