#716224

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

Shades of Himalaya #716224

Tints of Himalaya #716224

Color information

#716224 (or 0x716224) is unknown color: approx Himalaya. HEX triplet: 71, 62 and 24. RGB value is (113,98,36). Sum of RGB (Red+Green+Blue) = 113+98+36=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #716224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716224 is #8E9DDB. Grayscale: #5F5F5F. Windows color (decimal): -9346524 or 2384497. OLE color: 2384497.

HSL color Cylindrical-coordinate representation of color #716224: hue angle of 48.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #716224 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1139836-
CMYK00.130.680.56
HSL48.31º51.68%29.22%-
HSV(B)48.31º68.14%44.31%-
XYZ11.512.373.45-
YUV95.4294.47140.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=45.75%
G=39.68%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113983600.130.680.5648.3151.6829.22
Hex7162240D443830341d
Octal1611424401510470606435
Binary1110001110001010010001101100010011100011000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716224; }

 p { color: rgb(113,98,36); }

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

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

 a { background-color: rgb(113,98,36); }

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

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

 span { border-color: rgb(113,98,36); }

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