#756932

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

Shades of Himalaya #756932

Tints of Himalaya #756932

Color information

#756932 (or 0x756932) is unknown color: approx Himalaya. HEX triplet: 75, 69 and 32. RGB value is (117,105,50). Sum of RGB (Red+Green+Blue) = 117+105+50=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756932 is #8A96CD. Grayscale: #666666. Windows color (decimal): -9082574 or 3303797. OLE color: 3303797.

HSL color Cylindrical-coordinate representation of color #756932: hue angle of 49.25º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756932 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB11710550-
CMYK00.100.570.54
HSL49.25º40.12%32.75%-
HSV(B)49.25º57.26%45.88%-
XYZ12.9614.125.06-
YUV102.3298.48138.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=43.01%
G=38.60%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171055000.100.570.5449.2540.1232.75
Hex7569320A3936312821
Octal165151620127166615041
Binary1110101110100111001001010111001110110110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756932; }

 p { color: rgb(117,105,50); }

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

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

 a { background-color: rgb(117,105,50); }

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

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

 span { border-color: rgb(117,105,50); }

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