#7C4D42

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

Shades of Nutmeg #7C4D42

Tints of Nutmeg #7C4D42

Color information

#7C4D42 (or 0x7C4D42) is unknown color: approx Nutmeg. HEX triplet: 7C, 4D and 42. RGB value is (124,77,66). Sum of RGB (Red+Green+Blue) = 124+77+66=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D42 is #83B2BD. Grayscale: #595959. Windows color (decimal): -8630974 or 4345212. OLE color: 4345212.

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

Color convert

RGB1247766-
CMYK00.380.470.51
HSL11.38º30.53%37.25%-
HSV(B)11.38º46.77%48.63%-
XYZ11.959.996.45-
YUV89.8114.57152.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.44%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=46.44%
G=28.84%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124776600.380.470.5111.3830.5337.25
Hex7C4D420262F33b1f25
Octal1741151020465763133745
Binary1111100100110110000100100110101111110011101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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