#744B3D

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

Shades of Nutmeg #744B3D

Tints of Nutmeg #744B3D

Color information

#744B3D (or 0x744B3D) is unknown color: approx Nutmeg. HEX triplet: 74, 4B and 3D. RGB value is (116,75,61). Sum of RGB (Red+Green+Blue) = 116+75+61=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #744B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B3D is #8BB4C2. Grayscale: #555555. Windows color (decimal): -9155779 or 4017012. OLE color: 4017012.

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

Color convert

RGB1167561-
CMYK00.350.470.55
HSL15.27º31.07%34.71%-
HSV(B)15.27º47.41%45.49%-
XYZ10.569.085.61-
YUV85.66114.08149.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=46.03%
G=29.76%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116756100.350.470.5515.2731.0734.71
Hex744B3D0232F37f1f23
Octal164113750435767173743
Binary111010010010111111010100011101111110111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,61); }

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

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

 a { background-color: rgb(116,75,61); }

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

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

 span { border-color: rgb(116,75,61); }

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