#75563E

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

Shades of Old Copper #75563E

Tints of Old Copper #75563E

Color information

#75563E (or 0x75563E) is unknown color: approx Old Copper. HEX triplet: 75, 56 and 3E. RGB value is (117,86,62). Sum of RGB (Red+Green+Blue) = 117+86+62=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75563E is #8AA9C1. Grayscale: #5C5C5C. Windows color (decimal): -9087426 or 4085365. OLE color: 4085365.

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

Color convert

RGB1178662-
CMYK00.260.470.54
HSL26.18º30.73%35.1%-
HSV(B)26.18º47.01%45.88%-
XYZ11.5310.796.03-
YUV92.53110.77145.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=44.15%
G=32.45%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117866200.260.470.5426.1830.7335.1
Hex75563E01A2F361a1f23
Octal165126760325766323743
Binary111010110101101111100110101011111101101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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