#7D4A3E

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

Shades of Nutmeg #7D4A3E

Tints of Nutmeg #7D4A3E

Color information

#7D4A3E (or 0x7D4A3E) is unknown color: approx Nutmeg. HEX triplet: 7D, 4A and 3E. RGB value is (125,74,62). Sum of RGB (Red+Green+Blue) = 125+74+62=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A3E is #82B5C1. Grayscale: #575757. Windows color (decimal): -8566210 or 4082301. OLE color: 4082301.

HSL color Cylindrical-coordinate representation of color #7D4A3E: hue angle of 11.43º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D4A3E is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB1257462-
CMYK00.410.500.51
HSL11.43º33.69%36.67%-
HSV(B)11.43º50.4%49.02%-
XYZ11.789.615.79-
YUV87.88113.4154.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.89%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=47.89%
G=28.35%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125746200.410.500.5111.4333.6936.67
Hex7D4A3E0293233b2225
Octal175112760516263134245
Binary1111101100101011111001010011100101100111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,74,62); }

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

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

 a { background-color: rgb(125,74,62); }

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

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

 span { border-color: rgb(125,74,62); }

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