#754F42

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

Shades of Old Copper #754F42

Tints of Old Copper #754F42

Color information

#754F42 (or 0x754F42) is unknown color: approx Old Copper. HEX triplet: 75, 4F and 42. RGB value is (117,79,66). Sum of RGB (Red+Green+Blue) = 117+79+66=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #754F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F42 is #8AB0BD. Grayscale: #585858. Windows color (decimal): -9089214 or 4345717. OLE color: 4345717.

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

Color convert

RGB1177966-
CMYK00.320.440.54
HSL15.29º27.87%35.88%-
HSV(B)15.29º43.59%45.88%-
XYZ11.129.776.45-
YUV88.88115.09148.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=44.66%
G=30.15%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117796600.320.440.5415.2927.8735.88
Hex754F420202C36f1c24
Octal1651171020405466173444
Binary1110101100111110000100100000101100110110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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