#775E24

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

Shades of Himalaya #775E24

Tints of Himalaya #775E24

Color information

#775E24 (or 0x775E24) is unknown color: approx Himalaya. HEX triplet: 77, 5E and 24. RGB value is (119,94,36). Sum of RGB (Red+Green+Blue) = 119+94+36=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #775E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E24 is #88A1DB. Grayscale: #5F5F5F. Windows color (decimal): -8954332 or 2383479. OLE color: 2383479.

HSL color Cylindrical-coordinate representation of color #775E24: hue angle of 41.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #775E24 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1199436-
CMYK00.210.700.53
HSL41.93º53.55%30.39%-
HSV(B)41.93º69.75%46.67%-
XYZ11.9312.053.37-
YUV94.8694.78145.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=47.79%
G=37.75%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119943600.210.700.5341.9353.5530.39
Hex775E2401546352a361e
Octal1671364402510665526636
Binary11101111011110100100010101100011011010110101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E24; }

 p { color: rgb(119,94,36); }

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

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

 a { background-color: rgb(119,94,36); }

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

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

 span { border-color: rgb(119,94,36); }

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