#744C41

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

Shades of Nutmeg #744C41

Tints of Nutmeg #744C41

Color information

#744C41 (or 0x744C41) is unknown color: approx Nutmeg. HEX triplet: 74, 4C and 41. RGB value is (116,76,65). Sum of RGB (Red+Green+Blue) = 116+76+65=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C41 is #8BB3BE. Grayscale: #565656. Windows color (decimal): -9155519 or 4279412. OLE color: 4279412.

HSL color Cylindrical-coordinate representation of color #744C41: hue angle of 12.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744C41 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1167665-
CMYK00.340.440.55
HSL12.94º28.18%35.49%-
HSV(B)12.94º43.97%45.49%-
XYZ10.749.266.22-
YUV86.71115.75148.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=45.14%
G=29.57%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116766500.340.440.5512.9428.1835.49
Hex744C410222C37d1c23
Octal1641141010425467153443
Binary1110100100110010000010100010101100110111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744C41; }

 p { color: rgb(116,76,65); }

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

<style>
 a { background-color: #744C41; }

 a { background-color: rgb(116,76,65); }

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

<style>
 span { border-color: #744C41; }

 span { border-color: rgb(116,76,65); }

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