#795F2E

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

Shades of Himalaya #795F2E

Tints of Himalaya #795F2E

Color information

#795F2E (or 0x795F2E) is unknown color: approx Himalaya. HEX triplet: 79, 5F and 2E. RGB value is (121,95,46). Sum of RGB (Red+Green+Blue) = 121+95+46=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #795F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F2E is #86A0D1. Grayscale: #616161. Windows color (decimal): -8822994 or 3039097. OLE color: 3039097.

HSL color Cylindrical-coordinate representation of color #795F2E: hue angle of 39.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 #795F2E is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1219546-
CMYK00.210.620.53
HSL39.2º44.91%32.75%-
HSV(B)39.2º61.98%47.45%-
XYZ12.4712.454.33-
YUV97.1999.11144.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=46.18%
G=36.26%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121954600.210.620.5339.244.9132.75
Hex795F2E0153E35272d21
Octal171137560257665475541
Binary11110011011111101110010101111110110101100111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795F2E; }

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

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

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

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

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

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

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

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