#79642A

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

Shades of Himalaya #79642A

Tints of Himalaya #79642A

Color information

#79642A (or 0x79642A) is unknown color: approx Himalaya. HEX triplet: 79, 64 and 2A. RGB value is (121,100,42). Sum of RGB (Red+Green+Blue) = 121+100+42=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79642A is #869BD5. Grayscale: #636363. Windows color (decimal): -8821718 or 2778233. OLE color: 2778233.

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

Color convert

RGB12110042-
CMYK00.170.650.53
HSL44.05º48.47%31.96%-
HSV(B)44.05º65.29%47.45%-
XYZ12.8613.354.09-
YUV99.6795.46143.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=46.01%
G=38.02%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211004200.170.650.5344.0548.4731.96
Hex79642A01141352c3020
Octal1711445202110165546040
Binary111100111001001010100100011000001110101101100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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