#7F493C

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

Shades of Nutmeg #7F493C

Tints of Nutmeg #7F493C

Color information

#7F493C (or 0x7F493C) is unknown color: approx Nutmeg. HEX triplet: 7F, 49 and 3C. RGB value is (127,73,60). Sum of RGB (Red+Green+Blue) = 127+73+60=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F493C is #80B6C3. Grayscale: #575757. Windows color (decimal): -8435396 or 3950975. OLE color: 3950975.

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

Color convert

RGB1277360-
CMYK00.430.530.50
HSL11.64º35.83%36.67%-
HSV(B)11.64º52.76%49.8%-
XYZ11.959.65.5-
YUV87.66112.39156.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=48.85%
G=28.08%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127736000.430.530.5011.6435.8336.67
Hex7F493C02B3532c2425
Octal177111740536562144445
Binary1111111100100111110001010111101011100101100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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