#716031

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

Shades of Himalaya #716031

Tints of Himalaya #716031

Color information

#716031 (or 0x716031) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 31. RGB value is (113,96,49). Sum of RGB (Red+Green+Blue) = 113+96+49=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #716031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716031 is #8E9FCE. Grayscale: #5F5F5F. Windows color (decimal): -9347023 or 3235953. OLE color: 3235953.

HSL color Cylindrical-coordinate representation of color #716031: hue angle of 44.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #716031 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1139649-
CMYK00.150.570.56
HSL44.06º39.51%31.76%-
HSV(B)44.06º56.64%44.31%-
XYZ11.5512.14.63-
YUV95.72101.63140.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=43.80%
G=37.21%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113964900.150.570.5644.0639.5131.76
Hex7160310F39382c2820
Octal161140610177170545040
Binary1110001110000011000101111111001111000101100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716031; }

 p { color: rgb(113,96,49); }

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

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

 a { background-color: rgb(113,96,49); }

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

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

 span { border-color: rgb(113,96,49); }

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