#744E3B

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

Shades of Old Copper #744E3B

Tints of Old Copper #744E3B

Color information

#744E3B (or 0x744E3B) is unknown color: approx Old Copper. HEX triplet: 74, 4E and 3B. RGB value is (116,78,59). Sum of RGB (Red+Green+Blue) = 116+78+59=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #744E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E3B is #8BB1C4. Grayscale: #575757. Windows color (decimal): -9155013 or 3886708. OLE color: 3886708.

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

Color convert

RGB1167859-
CMYK00.330.490.55
HSL20º32.57%34.31%-
HSV(B)20º49.14%45.49%-
XYZ10.729.485.4-
YUV87.2112.09148.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=45.85%
G=30.83%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116785900.330.490.552032.5734.31
Hex744E3B0213137142122
Octal164116730416167244142
Binary11101001001110111011010000111000111011110100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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