#7A4F48

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

Shades of Nutmeg #7A4F48

Tints of Nutmeg #7A4F48

Color information

#7A4F48 (or 0x7A4F48) is unknown color: approx Nutmeg. HEX triplet: 7A, 4F and 48. RGB value is (122,79,72). Sum of RGB (Red+Green+Blue) = 122+79+72=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4F48 is #85B0B7. Grayscale: #5B5B5B. Windows color (decimal): -8761528 or 4738938. OLE color: 4738938.

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

Color convert

RGB1227972-
CMYK00.350.410.52
HSL8.4º25.77%38.04%-
HSV(B)8.4º40.98%47.84%-
XYZ11.9910.27.47-
YUV91.06117.25150.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=44.69%
G=28.94%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122797200.350.410.528.425.7738.04
Hex7A4F48023293481a26
Octal1721171100435164103246
Binary1111010100111110010000100011101001110100100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,79,72); }

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

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

 a { background-color: rgb(122,79,72); }

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

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

 span { border-color: rgb(122,79,72); }

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