#716220

Color #716220 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #716220

Tints of Himalaya #716220

Color information

#716220 (or 0x716220) is unknown color: approx 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

RGB1139832-
CMYK00.130.720.56
HSL48.89º55.86%28.43%-
HSV(B)48.89º71.68%44.31%-
XYZ11.4412.353.15-
YUV94.9692.47140.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=46.50%
G=40.33%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113983200.130.720.5648.8955.8628.43
Hex7162200D483831381c
Octal1611424001511070617034
Binary1110001110001010000001101100100011100011000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>