#75523E

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

Shades of Old Copper #75523E

Tints of Old Copper #75523E

Color information

#75523E (or 0x75523E) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 3E. RGB value is (117,82,62). Sum of RGB (Red+Green+Blue) = 117+82+62=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523E is #8AADC1. Grayscale: #5A5A5A. Windows color (decimal): -9088450 or 4084341. OLE color: 4084341.

HSL color Cylindrical-coordinate representation of color #75523E: hue angle of 21.82º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75523E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1178262-
CMYK00.300.470.54
HSL21.82º30.73%35.1%-
HSV(B)21.82º47.01%45.88%-
XYZ11.2210.165.93-
YUV90.18112.1147.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=44.83%
G=31.42%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117826200.300.470.5421.8230.7335.1
Hex75523E01E2F36161f23
Octal165122760365766263743
Binary111010110100101111100111101011111101101011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,82,62); }

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

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

 a { background-color: rgb(117,82,62); }

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

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

 span { border-color: rgb(117,82,62); }

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