#774D3E

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

Shades of Nutmeg #774D3E

Tints of Nutmeg #774D3E

Color information

#774D3E (or 0x774D3E) is unknown color: approx Nutmeg. HEX triplet: 77, 4D and 3E. RGB value is (119,77,62). Sum of RGB (Red+Green+Blue) = 119+77+62=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D3E is #88B2C1. Grayscale: #575757. Windows color (decimal): -8958658 or 4083063. OLE color: 4083063.

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

Color convert

RGB1197762-
CMYK00.350.480.53
HSL15.79º31.49%35.49%-
HSV(B)15.79º47.9%46.67%-
XYZ11.139.585.82-
YUV87.85113.41150.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=46.12%
G=29.84%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119776200.350.480.5315.7931.4935.49
Hex774D3E0233035101f23
Octal167115760436065203743
Binary1110111100110111111001000111100001101011000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D3E; }

 p { color: rgb(119,77,62); }

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

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

 a { background-color: rgb(119,77,62); }

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

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

 span { border-color: rgb(119,77,62); }

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