#716730

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

Shades of Himalaya #716730

Tints of Himalaya #716730

Color information

#716730 (or 0x716730) is unknown color: approx Himalaya. HEX triplet: 71, 67 and 30. RGB value is (113,103,48). Sum of RGB (Red+Green+Blue) = 113+103+48=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #716730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716730 is #8E98CF. Grayscale: #636363. Windows color (decimal): -9345232 or 3172209. OLE color: 3172209.

HSL color Cylindrical-coordinate representation of color #716730: hue angle of 50.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #716730 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11310348-
CMYK00.090.580.56
HSL50.77º40.37%31.57%-
HSV(B)50.77º57.52%44.31%-
XYZ12.1913.424.74-
YUV99.7298.81137.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=42.80%
G=39.02%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131034800.090.580.5650.7740.3731.57
Hex716730093A38332820
Octal161147600117270635040
Binary1110001110011111000001001111010111000110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716730; }

 p { color: rgb(113,103,48); }

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

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

 a { background-color: rgb(113,103,48); }

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

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

 span { border-color: rgb(113,103,48); }

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