#705F2F

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

Shades of Himalaya #705F2F

Tints of Himalaya #705F2F

Color information

#705F2F (or 0x705F2F) is unknown color: approx Himalaya. HEX triplet: 70, 5F and 2F. RGB value is (112,95,47). Sum of RGB (Red+Green+Blue) = 112+95+47=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F2F is #8FA0D0. Grayscale: #5E5E5E. Windows color (decimal): -9412817 or 3104624. OLE color: 3104624.

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

Color convert

RGB1129547-
CMYK00.150.580.56
HSL44.31º40.88%31.18%-
HSV(B)44.31º58.04%43.92%-
XYZ11.2911.834.38-
YUV94.61101.13140.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=44.09%
G=37.40%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112954700.150.580.5644.3140.8831.18
Hex705F2F0F3A382c291f
Octal160137570177270545137
Binary111000010111111011110111111101011100010110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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