#7D4C44

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

Shades of Nutmeg #7D4C44

Tints of Nutmeg #7D4C44

Color information

#7D4C44 (or 0x7D4C44) is unknown color: approx Nutmeg. HEX triplet: 7D, 4C and 44. RGB value is (125,76,68). Sum of RGB (Red+Green+Blue) = 125+76+68=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C44 is #82B3BB. Grayscale: #595959. Windows color (decimal): -8565692 or 4476029. OLE color: 4476029.

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

Color convert

RGB1257668-
CMYK00.390.460.51
HSL8.42º29.53%37.84%-
HSV(B)8.42º45.6%49.02%-
XYZ12.099.956.75-
YUV89.74115.73153.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.47%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=46.47%
G=28.25%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125766800.390.460.518.4229.5337.84
Hex7D4C440272E3381e26
Octal1751141040475663103646
Binary1111101100110010001000100111101110110011100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,76,68); }

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

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

 a { background-color: rgb(125,76,68); }

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

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

 span { border-color: rgb(125,76,68); }

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