#796032

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

Shades of Himalaya #796032

Tints of Himalaya #796032

Color information

#796032 (or 0x796032) is unknown color: approx Himalaya. HEX triplet: 79, 60 and 32. RGB value is (121,96,50). Sum of RGB (Red+Green+Blue) = 121+96+50=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #796032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796032 is #869FCD. Grayscale: #626262. Windows color (decimal): -8822734 or 3301497. OLE color: 3301497.

HSL color Cylindrical-coordinate representation of color #796032: hue angle of 38.87º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #796032 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1219650-
CMYK00.210.590.53
HSL38.87º41.52%33.53%-
HSV(B)38.87º58.68%47.45%-
XYZ12.6412.664.8-
YUV98.23100.78144.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=45.32%
G=35.96%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121965000.210.590.5338.8741.5233.53
Hex7960320153B35272a22
Octal171140620257365475242
Binary11110011100000110010010101111011110101100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796032; }

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

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

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

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

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

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

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

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