#754E40

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

Shades of Old Copper #754E40

Tints of Old Copper #754E40

Color information

#754E40 (or 0x754E40) is unknown color: approx Old Copper. HEX triplet: 75, 4E and 40. RGB value is (117,78,64). Sum of RGB (Red+Green+Blue) = 117+78+64=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754E40 is #8AB1BF. Grayscale: #585858. Windows color (decimal): -9089472 or 4214389. OLE color: 4214389.

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

Color convert

RGB1177864-
CMYK00.330.450.54
HSL15.85º29.28%35.49%-
HSV(B)15.85º45.3%45.88%-
XYZ10.999.66.12-
YUV88.06114.42148.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=45.17%
G=30.12%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117786400.330.450.5415.8529.2835.49
Hex754E400212D36101d23
Octal1651161000415566203543
Binary11101011001110100000001000011011011101101000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,78,64); }

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

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

 a { background-color: rgb(117,78,64); }

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

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

 span { border-color: rgb(117,78,64); }

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