#784D40

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

Shades of Nutmeg #784D40

Tints of Nutmeg #784D40

Color information

#784D40 (or 0x784D40) is unknown color: approx Nutmeg. HEX triplet: 78, 4D and 40. RGB value is (120,77,64). Sum of RGB (Red+Green+Blue) = 120+77+64=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #784D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D40 is #87B2BF. Grayscale: #585858. Windows color (decimal): -8893120 or 4214136. OLE color: 4214136.

HSL color Cylindrical-coordinate representation of color #784D40: hue angle of 13.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784D40 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1207764-
CMYK00.360.470.53
HSL13.93º30.43%36.08%-
HSV(B)13.93º46.67%47.06%-
XYZ11.339.676.12-
YUV88.38114.25150.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=45.98%
G=29.50%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120776400.360.470.5313.9330.4336.08
Hex784D400242F35e1e24
Octal1701151000445765163644
Binary1111000100110110000000100100101111110101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784D40; }

 p { color: rgb(120,77,64); }

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

<style>
 a { background-color: #784D40; }

 a { background-color: rgb(120,77,64); }

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

<style>
 span { border-color: #784D40; }

 span { border-color: rgb(120,77,64); }

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