#75543F

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

Shades of Old Copper #75543F

Tints of Old Copper #75543F

Color information

#75543F (or 0x75543F) is unknown color: approx Old Copper. HEX triplet: 75, 54 and 3F. RGB value is (117,84,63). Sum of RGB (Red+Green+Blue) = 117+84+63=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75543F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75543F is #8AABC0. Grayscale: #5B5B5B. Windows color (decimal): -9087937 or 4150389. OLE color: 4150389.

HSL color Cylindrical-coordinate representation of color #75543F: hue angle of 23.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75543F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1178463-
CMYK00.280.460.54
HSL23.33º30%35.29%-
HSV(B)23.33º46.15%45.88%-
XYZ11.410.486.12-
YUV91.47111.93146.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 63 (25% from 255) = 23.86%
R=44.32%
G=31.82%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117846300.280.460.5423.333035.29
Hex75543F01C2E36171e23
Octal165124770345666273643
Binary111010110101001111110111001011101101101011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,84,63); }

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

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

 a { background-color: rgb(117,84,63); }

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

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

 span { border-color: rgb(117,84,63); }

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