#705F20

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

Shades of Himalaya #705F20

Tints of Himalaya #705F20

Color information

#705F20 (or 0x705F20) is unknown color: approx Himalaya. HEX triplet: 70, 5F and 20. RGB value is (112,95,32). Sum of RGB (Red+Green+Blue) = 112+95+32=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #705F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F20 is #8FA0DF. Grayscale: #5D5D5D. Windows color (decimal): -9412832 or 2121584. OLE color: 2121584.

HSL color Cylindrical-coordinate representation of color #705F20: hue angle of 47.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #705F20 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1129532-
CMYK00.150.710.56
HSL47.25º55.56%28.24%-
HSV(B)47.25º71.43%43.92%-
XYZ11.0411.733.05-
YUV92.993.63141.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=46.86%
G=39.75%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112953200.150.710.5647.2555.5628.24
Hex705F200F47382f381c
Octal1601374001710770577034
Binary1110000101111110000001111100011111100010111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,32); }

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

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

 a { background-color: rgb(112,95,32); }

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

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

 span { border-color: rgb(112,95,32); }

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