#744F40

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

Shades of Old Copper #744F40

Tints of Old Copper #744F40

Color information

#744F40 (or 0x744F40) is unknown color: approx Old Copper. HEX triplet: 74, 4F and 40. RGB value is (116,79,64). Sum of RGB (Red+Green+Blue) = 116+79+64=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F40 is #8BB0BF. Grayscale: #585858. Windows color (decimal): -9154752 or 4214644. OLE color: 4214644.

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

Color convert

RGB1167964-
CMYK00.320.450.55
HSL17.31º28.89%35.29%-
HSV(B)17.31º44.83%45.49%-
XYZ10.929.686.14-
YUV88.35114.26147.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=44.79%
G=30.50%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116796400.320.450.5517.3128.8935.29
Hex744F400202D37111d23
Octal1641171000405567213543
Binary11101001001111100000001000001011011101111000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,79,64); }

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

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

 a { background-color: rgb(116,79,64); }

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

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

 span { border-color: rgb(116,79,64); }

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