#746430

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

Shades of Himalaya #746430

Tints of Himalaya #746430

Color information

#746430 (or 0x746430) is unknown color: approx Himalaya. HEX triplet: 74, 64 and 30. RGB value is (116,100,48). Sum of RGB (Red+Green+Blue) = 116+100+48=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #746430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746430 is #8B9BCF. Grayscale: #636363. Windows color (decimal): -9149392 or 3171444. OLE color: 3171444.

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

Color convert

RGB11610048-
CMYK00.140.590.55
HSL45.88º41.46%32.16%-
HSV(B)45.88º58.62%45.49%-
XYZ12.2913.044.67-
YUV98.8699.3140.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=43.94%
G=37.88%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161004800.140.590.5545.8841.4632.16
Hex7464300E3B372e2920
Octal164144600167367565140
Binary1110100110010011000001110111011110111101110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746430; }

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

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

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

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

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

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

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

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