#705D26

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

Shades of Himalaya #705D26

Tints of Himalaya #705D26

Color information

#705D26 (or 0x705D26) is unknown color: approx Himalaya. HEX triplet: 70, 5D and 26. RGB value is (112,93,38). Sum of RGB (Red+Green+Blue) = 112+93+38=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #705D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D26 is #8FA2D9. Grayscale: #5C5C5C. Windows color (decimal): -9413338 or 2514288. OLE color: 2514288.

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

Color convert

RGB1129338-
CMYK00.170.660.56
HSL44.59º49.33%29.41%-
HSV(B)44.59º66.07%43.92%-
XYZ10.9511.413.46-
YUV92.4197.29141.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=46.09%
G=38.27%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112933800.170.660.5644.5949.3329.41
Hex705D2601142382d311d
Octal1601354602110270556135
Binary11100001011101100110010001100001011100010110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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