#754D37

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

Shades of Old Copper #754D37

Tints of Old Copper #754D37

Color information

#754D37 (or 0x754D37) is unknown color: approx Old Copper. HEX triplet: 75, 4D and 37. RGB value is (117,77,55). Sum of RGB (Red+Green+Blue) = 117+77+55=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #754D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D37 is #8AB2C8. Grayscale: #565656. Windows color (decimal): -9089737 or 3624309. OLE color: 3624309.

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

Color convert

RGB1177755-
CMYK00.340.530.54
HSL21.29º36.05%33.73%-
HSV(B)21.29º52.99%45.88%-
XYZ10.689.374.86-
YUV86.45110.25149.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=46.99%
G=30.92%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117775500.340.530.5421.2936.0533.73
Hex754D370223536152422
Octal165115670426566254442
Binary11101011001101110111010001011010111011010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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