#716327

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

Shades of Himalaya #716327

Tints of Himalaya #716327

Color information

#716327 (or 0x716327) is unknown color: approx Himalaya. HEX triplet: 71, 63 and 27. RGB value is (113,99,39). Sum of RGB (Red+Green+Blue) = 113+99+39=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716327 is #8E9CD8. Grayscale: #606060. Windows color (decimal): -9346265 or 2581361. OLE color: 2581361.

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

Color convert

RGB1139939-
CMYK00.120.650.56
HSL48.65º48.68%29.8%-
HSV(B)48.65º65.49%44.31%-
XYZ11.6412.583.73-
YUV96.3595.64139.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=45.02%
G=39.44%
B=15.54%

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
Decimal113993900.120.650.5648.6548.6829.8
Hex7163270C413831311e
Octal1611434701410170616136
Binary1110001110001110011101100100000111100011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716327; }

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

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

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

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

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

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

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

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