#796126

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

Shades of Himalaya #796126

Tints of Himalaya #796126

Color information

#796126 (or 0x796126) is unknown color: approx Himalaya. HEX triplet: 79, 61 and 26. RGB value is (121,97,38). Sum of RGB (Red+Green+Blue) = 121+97+38=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #796126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796126 is #869ED9. Grayscale: #616161. Windows color (decimal): -8822490 or 2515321. OLE color: 2515321.

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

Color convert

RGB1219738-
CMYK00.200.690.53
HSL42.65º52.2%31.18%-
HSV(B)42.65º68.6%47.45%-
XYZ12.5112.753.64-
YUV97.4594.45144.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=47.27%
G=37.89%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121973800.200.690.5342.6552.231.18
Hex79612601445352b341f
Octal1711414602410565536437
Binary11110011100001100110010100100010111010110101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796126; }

 p { color: rgb(121,97,38); }

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

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

 a { background-color: rgb(121,97,38); }

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

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

 span { border-color: rgb(121,97,38); }

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