Html Css Color HEX #716120 Himalaya

📋 copy color: '#716120'

red 113 ◦ green 97 ◦ blue 32

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

Shades of Himalaya #716120

Tints of Himalaya #716120

RGB

 RED value IS 113 (44.53% from 255) = 46.69%

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 46.69%
G = 40.08%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716120 (or 0x716120) is known color: Himalaya. HEX triplet: 71, 61 and 20. RGB value is (113,97,32). Sum of RGB (Red+Green+Blue) = 113+97+32=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716120 is #8E9EDF. Grayscale: #5E5E5E. Windows color (decimal): -9346784 or 2122097. OLE color: 2122097.

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

Color convert

RGB 113 97 32 -
CMYK 0 0.14 0.72 0.56
HSL 48.15º 0.56% 0.28% -
HSV(B) 48.15º 0.72% 0.44% -
XYZ 11.35 12.16 3.12 -
YUV 94.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 113 97 32 0 0.14 0.72 0.56 48.15 0.56 0.28
Hex 71 61 20 0 E 48 38 30 38 1C
Octal 161 141 40 0 16 110 70 60 70 34
Binary 1110001 1100001 100000 0 1110 1001000 111000 110000 111000 11100

Color Harmonies of #716120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716120

Black with #716120

Text Example


Text Example

White with #716120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716120; }

 p { color: rgb(113,97,32); }

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

background-color css

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

 a { background-color: rgb(113,97,32); }

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

border-color css

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

 span { border-color: rgb(113,97,32); }

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