#716028

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

Shades of Himalaya #716028

Tints of Himalaya #716028

Color information

#716028 (or 0x716028) is unknown color: approx Himalaya. HEX triplet: 71, 60 and 28. RGB value is (113,96,40). Sum of RGB (Red+Green+Blue) = 113+96+40=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #716028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716028 is #8E9FD7. Grayscale: #5E5E5E. Windows color (decimal): -9347032 or 2646129. OLE color: 2646129.

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

Color convert

RGB1139640-
CMYK00.150.650.56
HSL46.03º47.71%30%-
HSV(B)46.03º64.6%44.31%-
XYZ11.3812.033.73-
YUV94.797.13141.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=45.38%
G=38.55%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113964000.150.650.5646.0347.7130
Hex7160280F41382e301e
Octal1611405001710170566036
Binary1110001110000010100001111100000111100010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716028; }

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

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

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

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

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

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

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

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