#756429

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

Shades of Himalaya #756429

Tints of Himalaya #756429

Color information

#756429 (or 0x756429) is unknown color: approx Himalaya. HEX triplet: 75, 64 and 29. RGB value is (117,100,41). Sum of RGB (Red+Green+Blue) = 117+100+41=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #756429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756429 is #8A9BD6. Grayscale: #626262. Windows color (decimal): -9083863 or 2712693. OLE color: 2712693.

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

Color convert

RGB11710041-
CMYK00.150.650.54
HSL46.58º48.1%30.98%-
HSV(B)46.58º64.96%45.88%-
XYZ12.2913.063.97-
YUV98.3695.63141.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=45.35%
G=38.76%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171004100.150.650.5446.5848.130.98
Hex7564290F41362f301f
Octal1651445101710166576037
Binary1110101110010010100101111100000111011010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756429; }

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

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

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

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

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

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

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

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