#756129

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

Shades of Himalaya #756129

Tints of Himalaya #756129

Color information

#756129 (or 0x756129) is unknown color: approx Himalaya. HEX triplet: 75, 61 and 29. RGB value is (117,97,41). Sum of RGB (Red+Green+Blue) = 117+97+41=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #756129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756129 is #8A9ED6. Grayscale: #606060. Windows color (decimal): -9084631 or 2711925. OLE color: 2711925.

HSL color Cylindrical-coordinate representation of color #756129: hue angle of 44.21º 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 #756129 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1179741-
CMYK00.170.650.54
HSL44.21º48.1%30.98%-
HSV(B)44.21º64.96%45.88%-
XYZ12.0112.493.88-
YUV96.696.63142.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=45.88%
G=38.04%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117974100.170.650.5444.2148.130.98
Hex75612901141362c301f
Octal1651415102110166546037
Binary11101011100001101001010001100000111011010110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756129; }

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

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

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

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

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

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

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

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