#716132

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

Shades of Himalaya #716132

Tints of Himalaya #716132

Color information

#716132 (or 0x716132) is unknown color: approx Himalaya. HEX triplet: 71, 61 and 32. RGB value is (113,97,50). Sum of RGB (Red+Green+Blue) = 113+97+50=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #716132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716132 is #8E9ECD. Grayscale: #606060. Windows color (decimal): -9346766 or 3301745. OLE color: 3301745.

HSL color Cylindrical-coordinate representation of color #716132: hue angle of 44.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #716132 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1139750-
CMYK00.140.560.56
HSL44.76º38.65%31.96%-
HSV(B)44.76º55.75%44.31%-
XYZ11.6612.294.78-
YUV96.43101.8139.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=43.46%
G=37.31%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113975000.140.560.5644.7638.6531.96
Hex7161320E38382d2720
Octal161141620167070554740
Binary1110001110000111001001110111000111000101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716132; }

 p { color: rgb(113,97,50); }

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

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

 a { background-color: rgb(113,97,50); }

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

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

 span { border-color: rgb(113,97,50); }

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