#705E1F

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

Shades of Himalaya #705E1F

Tints of Himalaya #705E1F

Color information

#705E1F (or 0x705E1F) is unknown color: approx Himalaya. HEX triplet: 70, 5E and 1F. RGB value is (112,94,31). Sum of RGB (Red+Green+Blue) = 112+94+31=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #705E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E1F is #8FA1E0. Grayscale: #5C5C5C. Windows color (decimal): -9413089 or 2055792. OLE color: 2055792.

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

Color convert

RGB1129431-
CMYK00.160.720.56
HSL46.67º56.64%28.04%-
HSV(B)46.67º72.32%43.92%-
XYZ10.9311.552.95-
YUV92.293.46142.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=47.26%
G=39.66%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112943100.160.720.5646.6756.6428.04
Hex705E1F01048382f391c
Octal1601363702011070577134
Binary1110000101111011111010000100100011100010111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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