#7F4836

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

Shades of Nutmeg #7F4836

Tints of Nutmeg #7F4836

Color information

#7F4836 (or 0x7F4836) is unknown color: approx Nutmeg. HEX triplet: 7F, 48 and 36. RGB value is (127,72,54). Sum of RGB (Red+Green+Blue) = 127+72+54=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4836 is #80B7C9. Grayscale: #565656. Windows color (decimal): -8435658 or 3557503. OLE color: 3557503.

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

Color convert

RGB1277254-
CMYK00.430.570.50
HSL14.79º40.33%35.49%-
HSV(B)14.79º57.48%49.8%-
XYZ11.749.414.69-
YUV86.39109.72156.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.20%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=50.20%
G=28.46%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127725400.430.570.5014.7940.3335.49
Hex7F483602B3932f2823
Octal177110660537162175043
Binary1111111100100011011001010111110011100101111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,72,54); }

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

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

 a { background-color: rgb(127,72,54); }

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

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

 span { border-color: rgb(127,72,54); }

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