#786032

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

Shades of Himalaya #786032

Tints of Himalaya #786032

Color information

#786032 (or 0x786032) is unknown color: approx Himalaya. HEX triplet: 78, 60 and 32. RGB value is (120,96,50). Sum of RGB (Red+Green+Blue) = 120+96+50=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #786032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786032 is #879FCD. Grayscale: #626262. Windows color (decimal): -8888270 or 3301496. OLE color: 3301496.

HSL color Cylindrical-coordinate representation of color #786032: hue angle of 39.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #786032 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1209650-
CMYK00.20.580.53
HSL39.43º41.18%33.33%-
HSV(B)39.43º58.33%47.06%-
XYZ12.512.594.79-
YUV97.93100.95143.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=45.11%
G=36.09%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120965000.20.580.5339.4341.1833.33
Hex7860320143A35272921
Octal170140620247265475141
Binary11110001100000110010010100111010110101100111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786032; }

 p { color: rgb(120,96,50); }

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

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

 a { background-color: rgb(120,96,50); }

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

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

 span { border-color: rgb(120,96,50); }

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