#716428

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

Shades of Himalaya #716428

Tints of Himalaya #716428

Color information

#716428 (or 0x716428) is unknown color: approx Himalaya. HEX triplet: 71, 64 and 28. RGB value is (113,100,40). Sum of RGB (Red+Green+Blue) = 113+100+40=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #716428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716428 is #8E9BD7. Grayscale: #616161. Windows color (decimal): -9346008 or 2647153. OLE color: 2647153.

HSL color Cylindrical-coordinate representation of color #716428: hue angle of 49.32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #716428 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11310040-
CMYK00.120.650.56
HSL49.32º47.71%30%-
HSV(B)49.32º64.6%44.31%-
XYZ11.7512.783.85-
YUV97.0595.81139.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=44.66%
G=39.53%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131004000.120.650.5649.3247.7130
Hex7164280C413831301e
Octal1611445001410170616036
Binary1110001110010010100001100100000111100011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716428; }

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

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

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

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

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

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

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

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