#705F36

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

Shades of Himalaya #705F36

Tints of Himalaya #705F36

Color information

#705F36 (or 0x705F36) is unknown color: approx Himalaya. HEX triplet: 70, 5F and 36. RGB value is (112,95,54). Sum of RGB (Red+Green+Blue) = 112+95+54=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F36 is #8FA0C9. Grayscale: #5F5F5F. Windows color (decimal): -9412810 or 3563376. OLE color: 3563376.

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

Color convert

RGB1129554-
CMYK00.150.520.56
HSL42.41º34.94%32.55%-
HSV(B)42.41º51.79%43.92%-
XYZ11.4411.95.18-
YUV95.41104.63139.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=42.91%
G=36.40%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112955400.150.520.5642.4134.9432.55
Hex705F360F34382a2321
Octal160137660176470524341
Binary1110000101111111011001111110100111000101010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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