#715E1F

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

Shades of Himalaya #715E1F

Tints of Himalaya #715E1F

Color information

#715E1F (or 0x715E1F) is unknown color: approx Himalaya. HEX triplet: 71, 5E and 1F. RGB value is (113,94,31). Sum of RGB (Red+Green+Blue) = 113+94+31=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #715E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E1F is #8EA1E0. Grayscale: #5C5C5C. Windows color (decimal): -9347553 or 2055793. OLE color: 2055793.

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

Color convert

RGB1139431-
CMYK00.170.730.56
HSL46.1º56.94%28.24%-
HSV(B)46.1º72.57%44.31%-
XYZ11.0611.622.96-
YUV92.593.29142.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=47.48%
G=39.50%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113943100.170.730.5646.156.9428.24
Hex715E1F01149382e391c
Octal1611363702111170567134
Binary1110001101111011111010001100100111100010111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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