Html Css Color HEX #706020 Himalaya

📋 copy color: '#706020'

red 112 ◦ green 96 ◦ blue 32

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

Shades of Himalaya #706020

Tints of Himalaya #706020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

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

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#706020 (or 0x706020) is known color: Himalaya. HEX triplet: 70, 60 and 20. RGB value is (112,96,32). Sum of RGB (Red+Green+Blue) = 112+96+32=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #706020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706020 is #8F9FDF. Grayscale: #5D5D5D. Windows color (decimal): -9412576 or 2121840. OLE color: 2121840.

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

Color convert

RGB 112 96 32 -
CMYK 0 0.14 0.71 0.56
HSL 48º 0.56% 0.28% -
HSV(B) 48º 0.71% 0.44% -
XYZ 11.13 11.91 3.08 -
YUV 93.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 112 96 32 0 0.14 0.71 0.56 48 0.56 0.28
Hex 70 60 20 0 E 47 38 30 38 1C
Octal 160 140 40 0 16 107 70 60 70 34
Binary 1110000 1100000 100000 0 1110 1000111 111000 110000 111000 11100

Color Harmonies of #706020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706020

Black with #706020

Text Example


Text Example

White with #706020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706020; }

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

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

background-color css

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

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

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

border-color css

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

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

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