#7F493A

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

Shades of Nutmeg #7F493A

Tints of Nutmeg #7F493A

Color information

#7F493A (or 0x7F493A) is unknown color: approx Nutmeg. HEX triplet: 7F, 49 and 3A. RGB value is (127,73,58). Sum of RGB (Red+Green+Blue) = 127+73+58=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F493A is #80B6C5. Grayscale: #575757. Windows color (decimal): -8435398 or 3819903. OLE color: 3819903.

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

Color convert

RGB1277358-
CMYK00.430.540.50
HSL13.04º37.3%36.27%-
HSV(B)13.04º54.33%49.8%-
XYZ11.99.585.23-
YUV87.44111.39156.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=49.22%
G=28.29%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127735800.430.540.5013.0437.336.27
Hex7F493A02B3632d2524
Octal177111720536662154544
Binary1111111100100111101001010111101101100101101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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