#7A4C41

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

Shades of Nutmeg #7A4C41

Tints of Nutmeg #7A4C41

Color information

#7A4C41 (or 0x7A4C41) is unknown color: approx Nutmeg. HEX triplet: 7A, 4C and 41. RGB value is (122,76,65). Sum of RGB (Red+Green+Blue) = 122+76+65=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C41 is #85B3BE. Grayscale: #585858. Windows color (decimal): -8762303 or 4279418. OLE color: 4279418.

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

Color convert

RGB1227665-
CMYK00.380.470.52
HSL11.58º30.48%36.67%-
HSV(B)11.58º46.72%47.84%-
XYZ11.569.696.26-
YUV88.5114.74151.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=46.39%
G=28.90%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122766500.380.470.5211.5830.4836.67
Hex7A4C410262F34c1e25
Octal1721141010465764143645
Binary1111010100110010000010100110101111110100110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,76,65); }

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

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

 a { background-color: rgb(122,76,65); }

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

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

 span { border-color: rgb(122,76,65); }

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