#756032

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

Shades of Himalaya #756032

Tints of Himalaya #756032

Color information

#756032 (or 0x756032) is unknown color: approx Himalaya. HEX triplet: 75, 60 and 32. RGB value is (117,96,50). Sum of RGB (Red+Green+Blue) = 117+96+50=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756032 is #8A9FCD. Grayscale: #616161. Windows color (decimal): -9084878 or 3301493. OLE color: 3301493.

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

Color convert

RGB1179650-
CMYK00.180.570.54
HSL41.19º40.12%32.75%-
HSV(B)41.19º57.26%45.88%-
XYZ12.0912.384.77-
YUV97.04101.46142.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=44.49%
G=36.50%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117965000.180.570.5441.1940.1232.75
Hex7560320123936292821
Octal165140620227166515041
Binary11101011100000110010010010111001110110101001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756032; }

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

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

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

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

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

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

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

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