#705E31

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

Shades of Himalaya #705E31

Tints of Himalaya #705E31

Color information

#705E31 (or 0x705E31) is unknown color: approx Himalaya. HEX triplet: 70, 5E and 31. RGB value is (112,94,49). Sum of RGB (Red+Green+Blue) = 112+94+49=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #705E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E31 is #8FA1CE. Grayscale: #5E5E5E. Windows color (decimal): -9413071 or 3235440. OLE color: 3235440.

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

Color convert

RGB1129449-
CMYK00.160.560.56
HSL42.86º39.13%31.57%-
HSV(B)42.86º56.25%43.92%-
XYZ11.2411.674.57-
YUV94.25102.46140.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 49 (19.53% from 255) = 19.22%
R=43.92%
G=36.86%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112944900.160.560.5642.8639.1331.57
Hex705E3101038382b2720
Octal160136610207070534740
Binary11100001011110110001010000111000111000101011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E31; }

 p { color: rgb(112,94,49); }

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

<style>
 a { background-color: #705E31; }

 a { background-color: rgb(112,94,49); }

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

<style>
 span { border-color: #705E31; }

 span { border-color: rgb(112,94,49); }

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