#796534

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

Shades of Himalaya #796534

Tints of Himalaya #796534

Color information

#796534 (or 0x796534) is unknown color: approx Himalaya. HEX triplet: 79, 65 and 34. RGB value is (121,101,52). Sum of RGB (Red+Green+Blue) = 121+101+52=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #796534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796534 is #869ACB. Grayscale: #656565. Windows color (decimal): -8821452 or 3433849. OLE color: 3433849.

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

Color convert

RGB12110152-
CMYK00.170.570.53
HSL42.61º39.88%33.92%-
HSV(B)42.61º57.02%47.45%-
XYZ13.1613.625.18-
YUV101.39100.13141.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=44.16%
G=36.86%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211015200.170.570.5342.6139.8833.92
Hex79653401139352b2822
Octal171145640217165535042
Binary11110011100101110100010001111001110101101011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796534; }

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

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

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

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

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

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

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

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