#726032

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

Shades of Himalaya #726032

Tints of Himalaya #726032

Color information

#726032 (or 0x726032) is unknown color: approx Himalaya. HEX triplet: 72, 60 and 32. RGB value is (114,96,50). Sum of RGB (Red+Green+Blue) = 114+96+50=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #726032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726032 is #8D9FCD. Grayscale: #606060. Windows color (decimal): -9281486 or 3301490. OLE color: 3301490.

HSL color Cylindrical-coordinate representation of color #726032: hue angle of 43.12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726032 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1149650-
CMYK00.160.560.55
HSL43.12º39.02%32.16%-
HSV(B)43.12º56.14%44.71%-
XYZ11.712.174.75-
YUV96.14101.96140.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=43.85%
G=36.92%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114965000.160.560.5543.1239.0232.16
Hex72603201038372b2720
Octal162140620207067534740
Binary11100101100000110010010000111000110111101011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726032; }

 p { color: rgb(114,96,50); }

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

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

 a { background-color: rgb(114,96,50); }

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

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

 span { border-color: rgb(114,96,50); }

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