#75523F

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

Shades of Old Copper #75523F

Tints of Old Copper #75523F

Color information

#75523F (or 0x75523F) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 3F. RGB value is (117,82,63). Sum of RGB (Red+Green+Blue) = 117+82+63=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75523F is #8AADC0. Grayscale: #5A5A5A. Windows color (decimal): -9088449 or 4149877. OLE color: 4149877.

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

Color convert

RGB1178263-
CMYK00.300.460.54
HSL21.11º30%35.29%-
HSV(B)21.11º46.15%45.88%-
XYZ11.2510.186.07-
YUV90.3112.6147.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 63 (25% from 255) = 24.05%
R=44.66%
G=31.30%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117826300.300.460.5421.113035.29
Hex75523F01E2E36151e23
Octal165122770365666253643
Binary111010110100101111110111101011101101101010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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