#744F3F

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

Shades of Old Copper #744F3F

Tints of Old Copper #744F3F

Color information

#744F3F (or 0x744F3F) is unknown color: approx Old Copper. HEX triplet: 74, 4F and 3F. RGB value is (116,79,63). Sum of RGB (Red+Green+Blue) = 116+79+63=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #744F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F3F is #8BB0C0. Grayscale: #585858. Windows color (decimal): -9154753 or 4149108. OLE color: 4149108.

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

Color convert

RGB1167963-
CMYK00.320.460.55
HSL18.11º29.61%35.1%-
HSV(B)18.11º45.69%45.49%-
XYZ10.99.665.99-
YUV88.24113.76147.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 63 (25% from 255) = 24.42%
R=44.96%
G=30.62%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116796300.320.460.5518.1129.6135.1
Hex744F3F0202E37121e23
Octal164117770405667223643
Binary1110100100111111111101000001011101101111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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