#746429

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

Shades of Himalaya #746429

Tints of Himalaya #746429

Color information

#746429 (or 0x746429) is unknown color: approx Himalaya. HEX triplet: 74, 64 and 29. RGB value is (116,100,41). Sum of RGB (Red+Green+Blue) = 116+100+41=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #746429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746429 is #8B9BD6. Grayscale: #626262. Windows color (decimal): -9149399 or 2712692. OLE color: 2712692.

HSL color Cylindrical-coordinate representation of color #746429: hue angle of 47.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #746429 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB11610041-
CMYK00.140.650.55
HSL47.2º47.77%30.78%-
HSV(B)47.2º64.66%45.49%-
XYZ12.1612.993.96-
YUV98.0695.8140.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=45.14%
G=38.91%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161004100.140.650.5547.247.7730.78
Hex7464290E41372f301f
Octal1641445101610167576037
Binary1110100110010010100101110100000111011110111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746429; }

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

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

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

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

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

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

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

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