#754F3E

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

Shades of Old Copper #754F3E

Tints of Old Copper #754F3E

Color information

#754F3E (or 0x754F3E) is unknown color: approx Old Copper. HEX triplet: 75, 4F and 3E. RGB value is (117,79,62). Sum of RGB (Red+Green+Blue) = 117+79+62=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F3E is #8AB0C1. Grayscale: #585858. Windows color (decimal): -9089218 or 4083573. OLE color: 4083573.

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

Color convert

RGB1177962-
CMYK00.320.470.54
HSL18.55º30.73%35.1%-
HSV(B)18.55º47.01%45.88%-
XYZ119.725.85-
YUV88.42113.09148.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=45.35%
G=30.62%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117796200.320.470.5418.5530.7335.1
Hex754F3E0202F36131f23
Octal165117760405766233743
Binary1110101100111111111001000001011111101101001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F3E; }

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

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

<style>
 a { background-color: #754F3E; }

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

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

<style>
 span { border-color: #754F3E; }

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

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