#796332

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

Shades of Himalaya #796332

Tints of Himalaya #796332

Color information

#796332 (or 0x796332) is unknown color: approx Himalaya. HEX triplet: 79, 63 and 32. RGB value is (121,99,50). Sum of RGB (Red+Green+Blue) = 121+99+50=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #796332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796332 is #869CCD. Grayscale: #646464. Windows color (decimal): -8821966 or 3302265. OLE color: 3302265.

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

Color convert

RGB1219950-
CMYK00.180.590.53
HSL41.41º41.52%33.53%-
HSV(B)41.41º58.68%47.45%-
XYZ12.9213.224.89-
YUV99.9999.79142.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=44.81%
G=36.67%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121995000.180.590.5341.4141.5233.53
Hex7963320123B35292a22
Octal171143620227365515242
Binary11110011100011110010010010111011110101101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796332; }

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

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

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

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

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

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

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

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