#7F4B3F

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

Shades of Nutmeg #7F4B3F

Tints of Nutmeg #7F4B3F

Color information

#7F4B3F (or 0x7F4B3F) is unknown color: approx Nutmeg. HEX triplet: 7F, 4B and 3F. RGB value is (127,75,63). Sum of RGB (Red+Green+Blue) = 127+75+63=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B3F is #80B4C0. Grayscale: #595959. Windows color (decimal): -8434881 or 4148095. OLE color: 4148095.

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

Color convert

RGB1277563-
CMYK00.410.500.50
HSL11.25º33.68%37.25%-
HSV(B)11.25º50.39%49.8%-
XYZ12.179.95.97-
YUV89.18113.23154.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 63 (25% from 255) = 23.77%
R=47.92%
G=28.30%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127756300.410.500.5011.2533.6837.25
Hex7F4B3F0293232b2225
Octal177113770516262134245
Binary1111111100101111111101010011100101100101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,63); }

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

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

 a { background-color: rgb(127,75,63); }

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

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

 span { border-color: rgb(127,75,63); }

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