#754D3C

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

Shades of Old Copper #754D3C

Tints of Old Copper #754D3C

Color information

#754D3C (or 0x754D3C) is unknown color: approx Old Copper. HEX triplet: 75, 4D and 3C. RGB value is (117,77,60). Sum of RGB (Red+Green+Blue) = 117+77+60=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D3C is #8AB2C3. Grayscale: #575757. Windows color (decimal): -9089732 or 3951989. OLE color: 3951989.

HSL color Cylindrical-coordinate representation of color #754D3C: hue angle of 17.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754D3C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1177760-
CMYK00.340.490.54
HSL17.89º32.2%34.71%-
HSV(B)17.89º48.72%45.88%-
XYZ10.819.425.52-
YUV87.02112.75149.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=46.06%
G=30.31%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117776000.340.490.5417.8932.234.71
Hex754D3C0223136122023
Octal165115740426166224043
Binary11101011001101111100010001011000111011010010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754D3C; }

 p { color: rgb(117,77,60); }

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

<style>
 a { background-color: #754D3C; }

 a { background-color: rgb(117,77,60); }

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

<style>
 span { border-color: #754D3C; }

 span { border-color: rgb(117,77,60); }

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