#796031

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

Shades of Himalaya #796031

Tints of Himalaya #796031

Color information

#796031 (or 0x796031) is unknown color: approx Himalaya. HEX triplet: 79, 60 and 31. RGB value is (121,96,49). Sum of RGB (Red+Green+Blue) = 121+96+49=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #796031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796031 is #869FCE. Grayscale: #626262. Windows color (decimal): -8822735 or 3235961. OLE color: 3235961.

HSL color Cylindrical-coordinate representation of color #796031: hue angle of 39.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #796031 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1219649-
CMYK00.210.600.53
HSL39.17º42.35%33.33%-
HSV(B)39.17º59.5%47.45%-
XYZ12.6212.654.68-
YUV98.12100.28144.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=45.49%
G=36.09%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121964900.210.600.5339.1742.3533.33
Hex7960310153C35272a21
Octal171140610257465475241
Binary11110011100000110001010101111100110101100111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796031; }

 p { color: rgb(121,96,49); }

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

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

 a { background-color: rgb(121,96,49); }

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

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

 span { border-color: rgb(121,96,49); }

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