#7D4C45

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

Shades of Nutmeg #7D4C45

Tints of Nutmeg #7D4C45

Color information

#7D4C45 (or 0x7D4C45) is unknown color: approx Nutmeg. HEX triplet: 7D, 4C and 45. RGB value is (125,76,69). Sum of RGB (Red+Green+Blue) = 125+76+69=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4C45 is #82B3BA. Grayscale: #595959. Windows color (decimal): -8565691 or 4541565. OLE color: 4541565.

HSL color Cylindrical-coordinate representation of color #7D4C45: hue angle of 7.5º 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 #7D4C45 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB1257669-
CMYK00.390.450.51
HSL7.5º28.87%38.04%-
HSV(B)7.5º44.8%49.02%-
XYZ12.129.966.91-
YUV89.85116.23153.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.30%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=46.30%
G=28.15%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125766900.390.450.517.528.8738.04
Hex7D4C450272D3381d26
Octal1751141050475563103546
Binary1111101100110010001010100111101101110011100011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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