#75553E

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

Shades of Old Copper #75553E

Tints of Old Copper #75553E

Color information

#75553E (or 0x75553E) is unknown color: approx Old Copper. HEX triplet: 75, 55 and 3E. RGB value is (117,85,62). Sum of RGB (Red+Green+Blue) = 117+85+62=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75553E is #8AAAC1. Grayscale: #5C5C5C. Windows color (decimal): -9087682 or 4085109. OLE color: 4085109.

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

Color convert

RGB1178562-
CMYK00.270.470.54
HSL25.09º30.73%35.1%-
HSV(B)25.09º47.01%45.88%-
XYZ11.4510.636-
YUV91.95111.1145.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=44.32%
G=32.20%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117856200.270.470.5425.0930.7335.1
Hex75553E01B2F36191f23
Octal165125760335766313743
Binary111010110101011111100110111011111101101100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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