#705E24

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

Shades of Himalaya #705E24

Tints of Himalaya #705E24

Color information

#705E24 (or 0x705E24) is unknown color: approx Himalaya. HEX triplet: 70, 5E and 24. RGB value is (112,94,36). Sum of RGB (Red+Green+Blue) = 112+94+36=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #705E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E24 is #8FA1DB. Grayscale: #5D5D5D. Windows color (decimal): -9413084 or 2383472. OLE color: 2383472.

HSL color Cylindrical-coordinate representation of color #705E24: hue angle of 45.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #705E24 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1129436-
CMYK00.160.680.56
HSL45.79º51.35%29.02%-
HSV(B)45.79º67.86%43.92%-
XYZ1111.583.32-
YUV92.7795.96141.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=46.28%
G=38.84%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112943600.160.680.5645.7951.3529.02
Hex705E2401044382e331d
Octal1601364402010470566335
Binary11100001011110100100010000100010011100010111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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