#746523

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

Shades of Himalaya #746523

Tints of Himalaya #746523

Color information

#746523 (or 0x746523) is unknown color: approx Himalaya. HEX triplet: 74, 65 and 23. RGB value is (116,101,35). Sum of RGB (Red+Green+Blue) = 116+101+35=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #746523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746523 is #8B9ADC. Grayscale: #626262. Windows color (decimal): -9149149 or 2319732. OLE color: 2319732.

HSL color Cylindrical-coordinate representation of color #746523: hue angle of 48.89º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #746523 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB11610135-
CMYK00.130.700.55
HSL48.89º53.64%29.61%-
HSV(B)48.89º69.83%45.49%-
XYZ12.1613.143.49-
YUV97.9692.47140.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=46.03%
G=40.08%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161013500.130.700.5548.8953.6429.61
Hex7465230D463731361e
Octal1641454301510667616636
Binary1110100110010110001101101100011011011111000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746523; }

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

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

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

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

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

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

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

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