#715D32

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

Shades of Himalaya #715D32

Tints of Himalaya #715D32

Color information

#715D32 (or 0x715D32) is unknown color: approx Himalaya. HEX triplet: 71, 5D and 32. RGB value is (113,93,50). Sum of RGB (Red+Green+Blue) = 113+93+50=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #715D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D32 is #8EA2CD. Grayscale: #5E5E5E. Windows color (decimal): -9347790 or 3300721. OLE color: 3300721.

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

Color convert

RGB1139350-
CMYK00.180.560.56
HSL40.95º38.65%31.96%-
HSV(B)40.95º55.75%44.31%-
XYZ11.311.574.66-
YUV94.08103.13141.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 50 (19.92% from 255) = 19.53%
R=44.14%
G=36.33%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113935000.180.560.5640.9538.6531.96
Hex715D320123838292720
Octal161135620227070514740
Binary11100011011101110010010010111000111000101001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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