#7A5047

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

Shades of Nutmeg #7A5047

Tints of Nutmeg #7A5047

Color information

#7A5047 (or 0x7A5047) is unknown color: approx Nutmeg. HEX triplet: 7A, 50 and 47. RGB value is (122,80,71). Sum of RGB (Red+Green+Blue) = 122+80+71=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5047 is #85AFB8. Grayscale: #5B5B5B. Windows color (decimal): -8761273 or 4673658. OLE color: 4673658.

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

Color convert

RGB1228071-
CMYK00.340.420.52
HSL10.59º26.42%37.84%-
HSV(B)10.59º41.8%47.84%-
XYZ12.0310.337.32-
YUV91.53116.41149.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=44.69%
G=29.30%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122807100.340.420.5210.5926.4237.84
Hex7A50470222A34b1a26
Octal1721201070425264133246
Binary1111010101000010001110100010101010110100101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,80,71); }

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

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

 a { background-color: rgb(122,80,71); }

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

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

 span { border-color: rgb(122,80,71); }

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