#716328

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

Shades of Himalaya #716328

Tints of Himalaya #716328

Color information

#716328 (or 0x716328) is unknown color: approx Himalaya. HEX triplet: 71, 63 and 28. RGB value is (113,99,40). Sum of RGB (Red+Green+Blue) = 113+99+40=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #716328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716328 is #8E9CD7. Grayscale: #606060. Windows color (decimal): -9346264 or 2646897. OLE color: 2646897.

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

Color convert

RGB1139940-
CMYK00.120.650.56
HSL48.49º47.71%30%-
HSV(B)48.49º64.6%44.31%-
XYZ11.6512.593.82-
YUV96.4696.14139.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=44.84%
G=39.29%
B=15.87%

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
Decimal113994000.120.650.5648.4947.7130
Hex7163280C413830301e
Octal1611435001410170606036
Binary1110001110001110100001100100000111100011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716328; }

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

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

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

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

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

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

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

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