#726932

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

Shades of Himalaya #726932

Tints of Himalaya #726932

Color information

#726932 (or 0x726932) is unknown color: approx Himalaya. HEX triplet: 72, 69 and 32. RGB value is (114,105,50). Sum of RGB (Red+Green+Blue) = 114+105+50=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #726932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726932 is #8D96CD. Grayscale: #656565. Windows color (decimal): -9279182 or 3303794. OLE color: 3303794.

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

Color convert

RGB11410550-
CMYK00.080.560.55
HSL51.56º39.02%32.16%-
HSV(B)51.56º56.14%44.71%-
XYZ12.5713.915.04-
YUV101.4298.98136.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=42.38%
G=39.03%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141055000.080.560.5551.5639.0232.16
Hex726932083837342720
Octal162151620107067644740
Binary1110010110100111001001000111000110111110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726932; }

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

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

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

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

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

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

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

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