#74503F

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

Shades of Old Copper #74503F

Tints of Old Copper #74503F

Color information

#74503F (or 0x74503F) is unknown color: approx Old Copper. HEX triplet: 74, 50 and 3F. RGB value is (116,80,63). Sum of RGB (Red+Green+Blue) = 116+80+63=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74503F is #8BAFC0. Grayscale: #585858. Windows color (decimal): -9154497 or 4149364. OLE color: 4149364.

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

Color convert

RGB1168063-
CMYK00.310.460.55
HSL19.25º29.61%35.1%-
HSV(B)19.25º45.69%45.49%-
XYZ10.979.816.02-
YUV88.83113.43147.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 63 (25% from 255) = 24.32%
R=44.79%
G=30.89%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116806300.310.460.5519.2529.6135.1
Hex74503F01F2E37131e23
Octal164120770375667233643
Binary111010010100001111110111111011101101111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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