#715F20

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

Shades of Himalaya #715F20

Tints of Himalaya #715F20

Color information

#715F20 (or 0x715F20) is unknown color: approx Himalaya. HEX triplet: 71, 5F and 20. RGB value is (113,95,32). Sum of RGB (Red+Green+Blue) = 113+95+32=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #715F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F20 is #8EA0DF. Grayscale: #5D5D5D. Windows color (decimal): -9347296 or 2121585. OLE color: 2121585.

HSL color Cylindrical-coordinate representation of color #715F20: hue angle of 46.67º 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 #715F20 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1139532-
CMYK00.160.720.56
HSL46.67º55.86%28.43%-
HSV(B)46.67º71.68%44.31%-
XYZ11.1611.83.06-
YUV93.293.46142.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=47.08%
G=39.58%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113953200.160.720.5646.6755.8628.43
Hex715F2001048382f381c
Octal1611374002011070577034
Binary11100011011111100000010000100100011100010111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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