#74503E

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

Shades of Old Copper #74503E

Tints of Old Copper #74503E

Color information

#74503E (or 0x74503E) is unknown color: approx Old Copper. HEX triplet: 74, 50 and 3E. RGB value is (116,80,62). Sum of RGB (Red+Green+Blue) = 116+80+62=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74503E is #8BAFC1. Grayscale: #585858. Windows color (decimal): -9154498 or 4083828. OLE color: 4083828.

HSL color Cylindrical-coordinate representation of color #74503E: hue angle of 20º degrees, saturation: 0.3, 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 #74503E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1168062-
CMYK00.310.470.55
HSL20º30.34%34.9%-
HSV(B)20º46.55%45.49%-
XYZ10.949.85.87-
YUV88.71112.93147.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=44.96%
G=31.01%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116806200.310.470.552030.3434.9
Hex74503E01F2F37141e23
Octal164120760375767243643
Binary111010010100001111100111111011111101111010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74503E; }

 p { color: rgb(116,80,62); }

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

<style>
 a { background-color: #74503E; }

 a { background-color: rgb(116,80,62); }

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

<style>
 span { border-color: #74503E; }

 span { border-color: rgb(116,80,62); }

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