#754F39

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

Shades of Old Copper #754F39

Tints of Old Copper #754F39

Color information

#754F39 (or 0x754F39) is unknown color: approx Old Copper. HEX triplet: 75, 4F and 39. RGB value is (117,79,57). Sum of RGB (Red+Green+Blue) = 117+79+57=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F39 is #8AB0C6. Grayscale: #575757. Windows color (decimal): -9089223 or 3755893. OLE color: 3755893.

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

Color convert

RGB1177957-
CMYK00.320.510.54
HSL22º34.48%34.12%-
HSV(B)22º51.28%45.88%-
XYZ10.879.675.16-
YUV87.85110.59148.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=46.25%
G=31.23%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117795700.320.510.542234.4834.12
Hex754F390203336162222
Octal165117710406366264242
Binary11101011001111111001010000011001111011010110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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