Html Css Color HEX #705E1F Himalaya

📋 copy color: '#705E1F'

red 112 ◦ green 94 ◦ blue 31

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

Shades of Himalaya #705E1F

Tints of Himalaya #705E1F

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 value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#705E1F (or 0x705E1F) is known color: 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

RGB 112 94 31 -
CMYK 0 0.16 0.72 0.56
HSL 46.67º 0.57% 0.28% -
HSV(B) 46.67º 0.72% 0.44% -
XYZ 10.93 11.55 2.95 -
YUV 92.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 112 94 31 0 0.16 0.72 0.56 46.67 0.57 0.28
Hex 70 5E 1F 0 10 48 38 2F 39 1C
Octal 160 136 37 0 20 110 70 57 71 34
Binary 1110000 1011110 11111 0 10000 1001000 111000 101111 111001 11100

Color Harmonies of #705E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E1F

Black with #705E1F

Text Example


Text Example

White with #705E1F

Text Example


Text Example

HTML Codes & Css Web 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>