Html Css Color HEX #705F31 Himalaya

📋 copy color: '#705F31'

red 112 ◦ green 95 ◦ blue 49

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

Shades of Himalaya #705F31

Tints of Himalaya #705F31

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

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

R = 43.75%
G = 37.11%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#705F31 (or 0x705F31) is known color: Himalaya. HEX triplet: 70, 5F and 31. RGB value is (112,95,49). Sum of RGB (Red+Green+Blue) = 112+95+49=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #705F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F31 is #8FA0CE. Grayscale: #5F5F5F. Windows color (decimal): -9412815 or 3235696. OLE color: 3235696.

HSL color Cylindrical-coordinate representation of color #705F31: hue angle of 43.81º 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 #705F31 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 49 -
CMYK 0 0.15 0.56 0.56
HSL 43.81º 0.39% 0.32% -
HSV(B) 43.81º 0.56% 0.44% -
XYZ 11.33 11.85 4.6 -
YUV 94.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 112 95 49 0 0.15 0.56 0.56 43.81 0.39 0.32
Hex 70 5F 31 0 F 38 38 2C 27 20
Octal 160 137 61 0 17 70 70 54 47 40
Binary 1110000 1011111 110001 0 1111 111000 111000 101100 100111 100000

Color Harmonies of #705F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F31

Black with #705F31

Text Example


Text Example

White with #705F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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