#716524

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

Shades of Himalaya #716524

Tints of Himalaya #716524

Color information

#716524 (or 0x716524) is unknown color: approx Himalaya. HEX triplet: 71, 65 and 24. RGB value is (113,101,36). Sum of RGB (Red+Green+Blue) = 113+101+36=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #716524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716524 is #8E9ADB. Grayscale: #616161. Windows color (decimal): -9345756 or 2385265. OLE color: 2385265.

HSL color Cylindrical-coordinate representation of color #716524: hue angle of 50.65º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #716524 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB11310136-
CMYK00.110.680.56
HSL50.65º51.68%29.22%-
HSV(B)50.65º68.14%44.31%-
XYZ11.7812.953.55-
YUV97.1893.48139.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=45.2%
G=40.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131013600.110.680.5650.6551.6829.22
Hex7165240B443833341d
Octal1611454401310470636435
Binary1110001110010110010001011100010011100011001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716524; }

 p { color: rgb(113,101,36); }

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

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

 a { background-color: rgb(113,101,36); }

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

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

 span { border-color: rgb(113,101,36); }

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