Html Css Color HEX #705E1E Himalaya

📋 copy color: '#705E1E'

red 112 ◦ green 94 ◦ blue 30

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

Shades of Himalaya #705E1E

Tints of Himalaya #705E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 47.46%
G = 39.83%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#705E1E (or 0x705E1E) is known color: Himalaya. HEX triplet: 70, 5E and 1E. RGB value is (112,94,30). Sum of RGB (Red+Green+Blue) = 112+94+30=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #705E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E1E is #8FA1E1. Grayscale: #5C5C5C. Windows color (decimal): -9413090 or 1990256. OLE color: 1990256.

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

Color convert

RGB 112 94 30 -
CMYK 0 0.16 0.73 0.56
HSL 46.83º 0.58% 0.28% -
HSV(B) 46.83º 0.73% 0.44% -
XYZ 10.92 11.54 2.88 -
YUV 92.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 112 94 30 0 0.16 0.73 0.56 46.83 0.58 0.28
Hex 70 5E 1E 0 10 49 38 2F 3A 1C
Octal 160 136 36 0 20 111 70 57 72 34
Binary 1110000 1011110 11110 0 10000 1001001 111000 101111 111010 11100

Color Harmonies of #705E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E1E

Black with #705E1E

Text Example


Text Example

White with #705E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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