#715E2A

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

Shades of Himalaya #715E2A

Tints of Himalaya #715E2A

Color information

#715E2A (or 0x715E2A) is unknown color: approx Himalaya. HEX triplet: 71, 5E and 2A. RGB value is (113,94,42). Sum of RGB (Red+Green+Blue) = 113+94+42=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E2A is #8EA1D5. Grayscale: #5D5D5D. Windows color (decimal): -9347542 or 2776689. OLE color: 2776689.

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

Color convert

RGB1139442-
CMYK00.170.630.56
HSL43.94º45.81%30.39%-
HSV(B)43.94º62.83%44.31%-
XYZ11.2311.683.85-
YUV93.7598.79141.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=45.38%
G=37.75%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113944200.170.630.5643.9445.8130.39
Hex715E2A0113F382c2e1e
Octal161136520217770545636
Binary1110001101111010101001000111111111100010110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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