#754C37

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

Shades of Old Copper #754C37

Tints of Old Copper #754C37

Color information

#754C37 (or 0x754C37) is unknown color: approx Old Copper. HEX triplet: 75, 4C and 37. RGB value is (117,76,55). Sum of RGB (Red+Green+Blue) = 117+76+55=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #754C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C37 is #8AB3C8. Grayscale: #555555. Windows color (decimal): -9089993 or 3624053. OLE color: 3624053.

HSL color Cylindrical-coordinate representation of color #754C37: hue angle of 20.32º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754C37 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1177655-
CMYK00.350.530.54
HSL20.32º36.05%33.73%-
HSV(B)20.32º52.99%45.88%-
XYZ10.619.234.84-
YUV85.86110.58150.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 55 (21.88% from 255) = 22.18%
R=47.18%
G=30.65%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117765500.350.530.5420.3236.0533.73
Hex754C370233536142422
Octal165114670436566244442
Binary11101011001100110111010001111010111011010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,55); }

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

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

 a { background-color: rgb(117,76,55); }

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

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

 span { border-color: rgb(117,76,55); }

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