#716320

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

Shades of Himalaya #716320

Tints of Himalaya #716320

Color information

#716320 (or 0x716320) is unknown color: approx Himalaya. HEX triplet: 71, 63 and 20. RGB value is (113,99,32). Sum of RGB (Red+Green+Blue) = 113+99+32=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #716320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716320 is #8E9CDF. Grayscale: #5F5F5F. Windows color (decimal): -9346272 or 2122609. OLE color: 2122609.

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

Color convert

RGB1139932-
CMYK00.120.720.56
HSL49.63º55.86%28.43%-
HSV(B)49.63º71.68%44.31%-
XYZ11.5312.543.18-
YUV95.5592.14140.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=46.31%
G=40.57%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113993200.120.720.5649.6355.8628.43
Hex7163200C483832381c
Octal1611434001411070627034
Binary1110001110001110000001100100100011100011001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716320; }

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

 H1.HeaderClassName
 {
   color: #716320;
 }
 .AnyTagClassName
 {
   color: #716320;
 }
</style>
background-color css

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

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

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

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

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

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