#715E20

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

Shades of Himalaya #715E20

Tints of Himalaya #715E20

Color information

#715E20 (or 0x715E20) is unknown color: approx Himalaya. HEX triplet: 71, 5E and 20. RGB value is (113,94,32). Sum of RGB (Red+Green+Blue) = 113+94+32=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #715E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E20 is #8EA1DF. Grayscale: #5C5C5C. Windows color (decimal): -9347552 or 2121329. OLE color: 2121329.

HSL color Cylindrical-coordinate representation of color #715E20: hue angle of 45.93º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #715E20 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1139432-
CMYK00.170.720.56
HSL45.93º55.86%28.43%-
HSV(B)45.93º71.68%44.31%-
XYZ11.0711.623.03-
YUV92.6193.79142.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=47.28%
G=39.33%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113943200.170.720.5645.9355.8628.43
Hex715E2001148382e381c
Octal1611364002111070567034
Binary11100011011110100000010001100100011100010111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E20; }

 p { color: rgb(113,94,32); }

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

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

 a { background-color: rgb(113,94,32); }

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

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

 span { border-color: rgb(113,94,32); }

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