#75503F

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

Shades of Old Copper #75503F

Tints of Old Copper #75503F

Color information

#75503F (or 0x75503F) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 3F. RGB value is (117,80,63). Sum of RGB (Red+Green+Blue) = 117+80+63=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75503F is #8AAFC0. Grayscale: #595959. Windows color (decimal): -9088961 or 4149365. OLE color: 4149365.

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

Color convert

RGB1178063-
CMYK00.320.460.54
HSL18.89º30%35.29%-
HSV(B)18.89º46.15%45.88%-
XYZ11.19.886.02-
YUV89.12113.26147.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 63 (25% from 255) = 24.23%
R=45%
G=30.77%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117806300.320.460.5418.893035.29
Hex75503F0202E36131e23
Octal165120770405666233643
Binary1110101101000011111101000001011101101101001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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