#716427

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

Shades of Himalaya #716427

Tints of Himalaya #716427

Color information

#716427 (or 0x716427) is unknown color: approx Himalaya. HEX triplet: 71, 64 and 27. RGB value is (113,100,39). Sum of RGB (Red+Green+Blue) = 113+100+39=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716427 is #8E9BD8. Grayscale: #616161. Windows color (decimal): -9346009 or 2581617. OLE color: 2581617.

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

Color convert

RGB11310039-
CMYK00.120.650.56
HSL49.46º48.68%29.8%-
HSV(B)49.46º65.49%44.31%-
XYZ11.7312.773.77-
YUV96.9395.31139.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=44.84%
G=39.68%
B=15.48%

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
Decimal1131003900.120.650.5649.4648.6829.8
Hex7164270C413831311e
Octal1611444701410170616136
Binary1110001110010010011101100100000111100011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716427; }

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

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

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

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

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

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

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

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