#744E3D

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

Shades of Old Copper #744E3D

Tints of Old Copper #744E3D

Color information

#744E3D (or 0x744E3D) is unknown color: approx Old Copper. HEX triplet: 74, 4E and 3D. RGB value is (116,78,61). Sum of RGB (Red+Green+Blue) = 116+78+61=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #744E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E3D is #8BB1C2. Grayscale: #575757. Windows color (decimal): -9155011 or 4017780. OLE color: 4017780.

HSL color Cylindrical-coordinate representation of color #744E3D: hue angle of 18.55º 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 #744E3D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1167861-
CMYK00.330.470.55
HSL18.55º31.07%34.71%-
HSV(B)18.55º47.41%45.49%-
XYZ10.779.55.68-
YUV87.42113.09148.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=45.49%
G=30.59%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116786100.330.470.5518.5531.0734.71
Hex744E3D0212F37131f23
Octal164116750415767233743
Binary1110100100111011110101000011011111101111001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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