#746130

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

Shades of Himalaya #746130

Tints of Himalaya #746130

Color information

#746130 (or 0x746130) is unknown color: approx Himalaya. HEX triplet: 74, 61 and 30. RGB value is (116,97,48). Sum of RGB (Red+Green+Blue) = 116+97+48=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #746130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746130 is #8B9ECF. Grayscale: #616161. Windows color (decimal): -9150160 or 3170676. OLE color: 3170676.

HSL color Cylindrical-coordinate representation of color #746130: hue angle of 43.24º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746130 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1169748-
CMYK00.160.590.55
HSL43.24º41.46%32.16%-
HSV(B)43.24º58.62%45.49%-
XYZ12.0112.484.57-
YUV97.09100.29141.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=44.44%
G=37.16%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116974800.160.590.5543.2441.4632.16
Hex7461300103B372b2920
Octal164141600207367535140
Binary11101001100001110000010000111011110111101011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746130; }

 p { color: rgb(116,97,48); }

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

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

 a { background-color: rgb(116,97,48); }

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

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

 span { border-color: rgb(116,97,48); }

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