#7f473c

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

Shades of Nutmeg #7F473C

Tints of Nutmeg #7F473C

Color information

#7F473C (or 0x7F473C) is unknown color: approx Nutmeg. HEX triplet: 7F, 47 and 3C. RGB value is (127,71,60). Sum of RGB (Red+Green+Blue) = 127+71+60=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F473C is #80B8C3. Grayscale: #565656. Windows color (decimal): -8435908 or 3950463. OLE color: 3950463.

HSL color Cylindrical-coordinate representation of color #7F473C: hue angle of 9.85º 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 #7F473C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1277160-
CMYK00.440.530.50
HSL9.85º35.83%36.67%-
HSV(B)9.85º52.76%49.8%-
XYZ11.829.345.46-
YUV86.49113.05156.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=49.22%
G=27.52%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127716000.440.530.509.8535.8336.67
Hex7F473C02C3532a2425
Octal177107740546562124445
Binary1111111100011111110001011001101011100101010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f473c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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