#754C39

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

Shades of Old Copper #754C39

Tints of Old Copper #754C39

Color information

#754C39 (or 0x754C39) is unknown color: approx Old Copper. HEX triplet: 75, 4C and 39. RGB value is (117,76,57). Sum of RGB (Red+Green+Blue) = 117+76+57=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C39 is #8AB3C6. Grayscale: #565656. Windows color (decimal): -9089991 or 3755125. OLE color: 3755125.

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

Color convert

RGB1177657-
CMYK00.350.510.54
HSL19º34.48%34.12%-
HSV(B)19º51.28%45.88%-
XYZ10.669.255.09-
YUV86.09111.58150.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=46.8%
G=30.4%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117765700.350.510.541934.4834.12
Hex754C390233336132222
Octal165114710436366234242
Binary11101011001100111001010001111001111011010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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