#7F493E

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

Shades of Nutmeg #7F493E

Tints of Nutmeg #7F493E

Color information

#7F493E (or 0x7F493E) is unknown color: approx Nutmeg. HEX triplet: 7F, 49 and 3E. RGB value is (127,73,62). Sum of RGB (Red+Green+Blue) = 127+73+62=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F493E is #80B6C1. Grayscale: #575757. Windows color (decimal): -8435394 or 4082047. OLE color: 4082047.

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

Color convert

RGB1277362-
CMYK00.430.510.50
HSL10.15º34.39%37.06%-
HSV(B)10.15º51.18%49.8%-
XYZ129.625.78-
YUV87.89113.39155.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=48.47%
G=27.86%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127736200.430.510.5010.1534.3937.06
Hex7F493E02B3332a2225
Octal177111760536362124245
Binary1111111100100111111001010111100111100101010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,62); }

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

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

 a { background-color: rgb(127,73,62); }

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

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

 span { border-color: rgb(127,73,62); }

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