#746032

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

Shades of Himalaya #746032

Tints of Himalaya #746032

Color information

#746032 (or 0x746032) is unknown color: approx Himalaya. HEX triplet: 74, 60 and 32. RGB value is (116,96,50). Sum of RGB (Red+Green+Blue) = 116+96+50=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #746032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746032 is #8B9FCD. Grayscale: #606060. Windows color (decimal): -9150414 or 3301492. OLE color: 3301492.

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

Color convert

RGB1169650-
CMYK00.170.570.55
HSL41.82º39.76%32.55%-
HSV(B)41.82º56.9%45.49%-
XYZ11.9612.314.76-
YUV96.74101.63141.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=44.27%
G=36.64%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116965000.170.570.5541.8239.7632.55
Hex74603201139372a2821
Octal164140620217167525041
Binary11101001100000110010010001111001110111101010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746032; }

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

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

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

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

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

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

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

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