Html Css Color HEX #716220 Himalaya

📋 copy color: '#716220'

red 113 ◦ green 98 ◦ blue 32

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

Shades of Himalaya #716220

Tints of Himalaya #716220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

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

R = 46.5%
G = 40.33%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#716220 (or 0x716220) is known color: Himalaya. HEX triplet: 71, 62 and 20. RGB value is (113,98,32). Sum of RGB (Red+Green+Blue) = 113+98+32=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #716220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716220 is #8E9DDF. Grayscale: #5F5F5F. Windows color (decimal): -9346528 or 2122353. OLE color: 2122353.

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

Color convert

RGB 113 98 32 -
CMYK 0 0.13 0.72 0.56
HSL 48.89º 0.56% 0.28% -
HSV(B) 48.89º 0.72% 0.44% -
XYZ 11.44 12.35 3.15 -
YUV 94.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 113 98 32 0 0.13 0.72 0.56 48.89 0.56 0.28
Hex 71 62 20 0 D 48 38 31 38 1C
Octal 161 142 40 0 15 110 70 61 70 34
Binary 1110001 1100010 100000 0 1101 1001000 111000 110001 111000 11100

Color Harmonies of #716220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716220

Black with #716220

Text Example


Text Example

White with #716220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716220; }

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

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

background-color css

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

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

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

border-color css

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

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

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