#764D41

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

Shades of Nutmeg #764D41

Tints of Nutmeg #764D41

Color information

#764D41 (or 0x764D41) is unknown color: approx Nutmeg. HEX triplet: 76, 4D and 41. RGB value is (118,77,65). Sum of RGB (Red+Green+Blue) = 118+77+65=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D41 is #89B2BE. Grayscale: #575757. Windows color (decimal): -9024191 or 4279670. OLE color: 4279670.

HSL color Cylindrical-coordinate representation of color #764D41: hue angle of 13.58º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764D41 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1187765-
CMYK00.350.450.54
HSL13.58º28.96%35.88%-
HSV(B)13.58º44.92%46.27%-
XYZ11.089.546.26-
YUV87.89115.08149.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 65 (25.78% from 255) = 25%
R=45.38%
G=29.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118776500.350.450.5413.5828.9635.88
Hex764D410232D36e1d24
Octal1661151010435566163544
Binary1110110100110110000010100011101101110110111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D41; }

 p { color: rgb(118,77,65); }

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

<style>
 a { background-color: #764D41; }

 a { background-color: rgb(118,77,65); }

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

<style>
 span { border-color: #764D41; }

 span { border-color: rgb(118,77,65); }

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