#7C4D41

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

Shades of Nutmeg #7C4D41

Tints of Nutmeg #7C4D41

Color information

#7C4D41 (or 0x7C4D41) is unknown color: approx Nutmeg. HEX triplet: 7C, 4D and 41. RGB value is (124,77,65). Sum of RGB (Red+Green+Blue) = 124+77+65=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D41 is #83B2BE. Grayscale: #595959. Windows color (decimal): -8630975 or 4279676. OLE color: 4279676.

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

Color convert

RGB1247765-
CMYK00.380.480.51
HSL12.2º31.22%37.06%-
HSV(B)12.2º47.58%48.63%-
XYZ11.929.976.3-
YUV89.68114.07152.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=46.62%
G=28.95%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124776500.380.480.5112.231.2237.06
Hex7C4D410263033c1f25
Octal1741151010466063143745
Binary1111100100110110000010100110110000110011110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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