#746526

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

Shades of Himalaya #746526

Tints of Himalaya #746526

Color information

#746526 (or 0x746526) is unknown color: approx Himalaya. HEX triplet: 74, 65 and 26. RGB value is (116,101,38). Sum of RGB (Red+Green+Blue) = 116+101+38=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746526 is #8B9AD9. Grayscale: #626262. Windows color (decimal): -9149146 or 2516340. OLE color: 2516340.

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

Color convert

RGB11610138-
CMYK00.130.670.55
HSL48.46º50.65%30.2%-
HSV(B)48.46º67.24%45.49%-
XYZ12.2113.163.73-
YUV98.393.97140.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=45.49%
G=39.61%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161013800.130.670.5548.4650.6530.2
Hex7465260D433730331e
Octal1641454601510367606336
Binary1110100110010110011001101100001111011111000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746526; }

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

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

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

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

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

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

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

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