#705D2E

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

Shades of Himalaya #705D2E

Tints of Himalaya #705D2E

Color information

#705D2E (or 0x705D2E) is unknown color: approx Himalaya. HEX triplet: 70, 5D and 2E. RGB value is (112,93,46). Sum of RGB (Red+Green+Blue) = 112+93+46=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #705D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D2E is #8FA2D1. Grayscale: #5D5D5D. Windows color (decimal): -9413330 or 3038576. OLE color: 3038576.

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

Color convert

RGB1129346-
CMYK00.170.590.56
HSL42.73º41.77%30.98%-
HSV(B)42.73º58.93%43.92%-
XYZ11.0911.474.21-
YUV93.32101.29141.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=44.62%
G=37.05%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112934600.170.590.5642.7341.7730.98
Hex705D2E0113B382b2a1f
Octal160135560217370535237
Binary1110000101110110111001000111101111100010101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,46); }

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

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

 a { background-color: rgb(112,93,46); }

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

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

 span { border-color: rgb(112,93,46); }

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