#715E1D

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

Shades of Himalaya #715E1D

Tints of Himalaya #715E1D

Color information

#715E1D (or 0x715E1D) is unknown color: approx Himalaya. HEX triplet: 71, 5E and 1D. RGB value is (113,94,29). Sum of RGB (Red+Green+Blue) = 113+94+29=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #715E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E1D is #8EA1E2. Grayscale: #5C5C5C. Windows color (decimal): -9347555 or 1924721. OLE color: 1924721.

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

Color convert

RGB1139429-
CMYK00.170.740.56
HSL46.43º59.15%27.84%-
HSV(B)46.43º74.34%44.31%-
XYZ11.0311.62.82-
YUV92.2792.29142.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=47.88%
G=39.83%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113942900.170.740.5646.4359.1527.84
Hex715E1D0114A382e3b1c
Octal1611363502111270567334
Binary1110001101111011101010001100101011100010111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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