#7C4D44

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

Shades of Nutmeg #7C4D44

Tints of Nutmeg #7C4D44

Color information

#7C4D44 (or 0x7C4D44) is unknown color: approx Nutmeg. HEX triplet: 7C, 4D and 44. RGB value is (124,77,68). Sum of RGB (Red+Green+Blue) = 124+77+68=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D44 is #83B2BB. Grayscale: #5A5A5A. Windows color (decimal): -8630972 or 4476284. OLE color: 4476284.

HSL color Cylindrical-coordinate representation of color #7C4D44: hue angle of 9.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4D44 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB1247768-
CMYK00.380.450.51
HSL9.64º29.17%37.65%-
HSV(B)9.64º45.16%48.63%-
XYZ12.0110.016.77-
YUV90.03115.57152.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=46.10%
G=28.62%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124776800.380.450.519.6429.1737.65
Hex7C4D440262D33a1d26
Octal1741151040465563123546
Binary1111100100110110001000100110101101110011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C4D44; }

 p { color: rgb(124,77,68); }

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

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

 a { background-color: rgb(124,77,68); }

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

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

 span { border-color: rgb(124,77,68); }

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