Html Css Color HEX #705F20 Himalaya

📋 copy color: '#705F20'

red 112 ◦ green 95 ◦ blue 32

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

Shades of Himalaya #705F20

Tints of Himalaya #705F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 46.86%
G = 39.75%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#705F20 (or 0x705F20) is known color: Himalaya. HEX triplet: 70, 5F and 20. RGB value is (112,95,32). Sum of RGB (Red+Green+Blue) = 112+95+32=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #705F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F20 is #8FA0DF. Grayscale: #5D5D5D. Windows color (decimal): -9412832 or 2121584. OLE color: 2121584.

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

Color convert

RGB 112 95 32 -
CMYK 0 0.15 0.71 0.56
HSL 47.25º 0.56% 0.28% -
HSV(B) 47.25º 0.71% 0.44% -
XYZ 11.04 11.73 3.05 -
YUV 92.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 112 95 32 0 0.15 0.71 0.56 47.25 0.56 0.28
Hex 70 5F 20 0 F 47 38 2F 38 1C
Octal 160 137 40 0 17 107 70 57 70 34
Binary 1110000 1011111 100000 0 1111 1000111 111000 101111 111000 11100

Color Harmonies of #705F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F20

Black with #705F20

Text Example


Text Example

White with #705F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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