#774939

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

Shades of Nutmeg #774939

Tints of Nutmeg #774939

Color information

#774939 (or 0x774939) is unknown color: approx Nutmeg. HEX triplet: 77, 49 and 39. RGB value is (119,73,57). Sum of RGB (Red+Green+Blue) = 119+73+57=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774939 is #88B6C6. Grayscale: #555555. Windows color (decimal): -8959687 or 3754359. OLE color: 3754359.

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

Color convert

RGB1197357-
CMYK00.390.520.53
HSL15.48º35.23%34.51%-
HSV(B)15.48º52.1%46.67%-
XYZ10.738.985.04-
YUV84.93112.24152.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=47.79%
G=29.32%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119735700.390.520.5315.4835.2334.51
Hex7749390273435f2323
Octal167111710476465174343
Binary1110111100100111100101001111101001101011111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774939; }

 p { color: rgb(119,73,57); }

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

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

 a { background-color: rgb(119,73,57); }

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

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

 span { border-color: rgb(119,73,57); }

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