#75503A

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

Shades of Old Copper #75503A

Tints of Old Copper #75503A

Color information

#75503A (or 0x75503A) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 3A. RGB value is (117,80,58). Sum of RGB (Red+Green+Blue) = 117+80+58=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #75503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503A is #8AAFC5. Grayscale: #585858. Windows color (decimal): -9088966 or 3821685. OLE color: 3821685.

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

Color convert

RGB1178058-
CMYK00.320.500.54
HSL22.37º33.71%34.31%-
HSV(B)22.37º50.43%45.88%-
XYZ10.979.825.32-
YUV88.55110.76148.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=45.88%
G=31.37%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117805800.320.500.5422.3733.7134.31
Hex75503A0203236162222
Octal165120720406266264242
Binary11101011010000111010010000011001011011010110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75503A; }

 p { color: rgb(117,80,58); }

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

<style>
 a { background-color: #75503A; }

 a { background-color: rgb(117,80,58); }

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

<style>
 span { border-color: #75503A; }

 span { border-color: rgb(117,80,58); }

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