#796527

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

Shades of Himalaya #796527

Tints of Himalaya #796527

Color information

#796527 (or 0x796527) is unknown color: approx Himalaya. HEX triplet: 79, 65 and 27. RGB value is (121,101,39). Sum of RGB (Red+Green+Blue) = 121+101+39=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #796527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796527 is #869AD8. Grayscale: #646464. Windows color (decimal): -8821465 or 2581881. OLE color: 2581881.

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

Color convert

RGB12110139-
CMYK00.170.680.53
HSL45.37º51.25%31.37%-
HSV(B)45.37º67.77%47.45%-
XYZ12.9113.523.85-
YUV99.9193.63143.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=46.36%
G=38.70%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211013900.170.680.5345.3751.2531.37
Hex79652701144352d331f
Octal1711454702110465556337
Binary11110011100101100111010001100010011010110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796527; }

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

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

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

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

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

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

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

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