Html Css Color HEX #705E31 Himalaya

📋 copy color: '#705E31'

red 112 ◦ green 94 ◦ blue 49

#705E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #705E31

Tints of Himalaya #705E31

RGB

 RED value IS 112 (44.14% from 255) = 43.92%

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 43.92%
G = 36.86%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#705E31 (or 0x705E31) is known color: Himalaya. HEX triplet: 70, 5E and 31. RGB value is (112,94,49). Sum of RGB (Red+Green+Blue) = 112+94+49=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #705E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E31 is #8FA1CE. Grayscale: #5E5E5E. Windows color (decimal): -9413071 or 3235440. OLE color: 3235440.

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

Color convert

RGB 112 94 49 -
CMYK 0 0.16 0.56 0.56
HSL 42.86º 0.39% 0.32% -
HSV(B) 42.86º 0.56% 0.44% -
XYZ 11.24 11.67 4.57 -
YUV 94.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 112 94 49 0 0.16 0.56 0.56 42.86 0.39 0.32
Hex 70 5E 31 0 10 38 38 2B 27 20
Octal 160 136 61 0 20 70 70 53 47 40
Binary 1110000 1011110 110001 0 10000 111000 111000 101011 100111 100000

Color Harmonies of #705E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E31

Black with #705E31

Text Example


Text Example

White with #705E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705E31;
 }
 .AnyTagClassName
 {
   color: #705E31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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