#74553F

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

Shades of Old Copper #74553F

Tints of Old Copper #74553F

Color information

#74553F (or 0x74553F) is unknown color: approx Old Copper. HEX triplet: 74, 55 and 3F. RGB value is (116,85,63). Sum of RGB (Red+Green+Blue) = 116+85+63=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74553F is #8BAAC0. Grayscale: #5B5B5B. Windows color (decimal): -9153217 or 4150644. OLE color: 4150644.

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

Color convert

RGB1168563-
CMYK00.270.460.55
HSL24.91º29.61%35.1%-
HSV(B)24.91º45.69%45.49%-
XYZ11.3510.576.14-
YUV91.76111.77145.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 63 (25% from 255) = 23.86%
R=43.94%
G=32.20%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116856300.270.460.5524.9129.6135.1
Hex74553F01B2E37191e23
Octal164125770335667313643
Binary111010010101011111110110111011101101111100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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