#75553F

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

Shades of Old Copper #75553F

Tints of Old Copper #75553F

Color information

#75553F (or 0x75553F) is unknown color: approx Old Copper. HEX triplet: 75, 55 and 3F. RGB value is (117,85,63). Sum of RGB (Red+Green+Blue) = 117+85+63=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75553F is #8AAAC0. Grayscale: #5C5C5C. Windows color (decimal): -9087681 or 4150645. OLE color: 4150645.

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

Color convert

RGB1178563-
CMYK00.270.460.54
HSL24.44º30%35.29%-
HSV(B)24.44º46.15%45.88%-
XYZ11.4810.646.15-
YUV92.06111.6145.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 63 (25% from 255) = 23.77%
R=44.15%
G=32.08%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117856300.270.460.5424.443035.29
Hex75553F01B2E36181e23
Octal165125770335666303643
Binary111010110101011111110110111011101101101100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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