#79642E

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

Shades of Himalaya #79642E

Tints of Himalaya #79642E

Color information

#79642E (or 0x79642E) is unknown color: approx Himalaya. HEX triplet: 79, 64 and 2E. RGB value is (121,100,46). Sum of RGB (Red+Green+Blue) = 121+100+46=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #79642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79642E is #869BD1. Grayscale: #646464. Windows color (decimal): -8821714 or 3040377. OLE color: 3040377.

HSL color Cylindrical-coordinate representation of color #79642E: hue angle of 43.2º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79642E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB12110046-
CMYK00.170.620.53
HSL43.2º44.91%32.75%-
HSV(B)43.2º61.98%47.45%-
XYZ12.9413.384.48-
YUV100.1297.46142.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=45.32%
G=37.45%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211004600.170.620.5343.244.9132.75
Hex79642E0113E352b2d21
Octal171144560217665535541
Binary11110011100100101110010001111110110101101011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79642E; }

 p { color: rgb(121,100,46); }

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

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

 a { background-color: rgb(121,100,46); }

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

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

 span { border-color: rgb(121,100,46); }

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