#796532

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

Shades of Himalaya #796532

Tints of Himalaya #796532

Color information

#796532 (or 0x796532) is unknown color: approx Himalaya. HEX triplet: 79, 65 and 32. RGB value is (121,101,50). Sum of RGB (Red+Green+Blue) = 121+101+50=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #796532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796532 is #869ACD. Grayscale: #656565. Windows color (decimal): -8821454 or 3302777. OLE color: 3302777.

HSL color Cylindrical-coordinate representation of color #796532: hue angle of 43.1º 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 #796532 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB12110150-
CMYK00.170.590.53
HSL43.1º41.52%33.53%-
HSV(B)43.1º58.68%47.45%-
XYZ13.1113.64.95-
YUV101.1799.13142.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=44.49%
G=37.13%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211015000.170.590.5343.141.5233.53
Hex7965320113B352b2a22
Octal171145620217365535242
Binary11110011100101110010010001111011110101101011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796532; }

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

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

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

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

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

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

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

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