#716431

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

Shades of Himalaya #716431

Tints of Himalaya #716431

Color information

#716431 (or 0x716431) is unknown color: approx Himalaya. HEX triplet: 71, 64 and 31. RGB value is (113,100,49). Sum of RGB (Red+Green+Blue) = 113+100+49=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #716431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716431 is #8E9BCE. Grayscale: #626262. Windows color (decimal): -9345999 or 3236977. OLE color: 3236977.

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

Color convert

RGB11310049-
CMYK00.120.570.56
HSL47.81º39.51%31.76%-
HSV(B)47.81º56.64%44.31%-
XYZ11.9212.854.76-
YUV98.07100.31138.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=43.13%
G=38.17%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131004900.120.570.5647.8139.5131.76
Hex7164310C3938302820
Octal161144610147170605040
Binary1110001110010011000101100111001111000110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716431; }

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

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

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

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

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

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

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

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