#755034

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

Shades of Old Copper #755034

Tints of Old Copper #755034

Color information

#755034 (or 0x755034) is unknown color: approx Old Copper. HEX triplet: 75, 50 and 34. RGB value is (117,80,52). Sum of RGB (Red+Green+Blue) = 117+80+52=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #755034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755034 is #8AAFCB. Grayscale: #585858. Windows color (decimal): -9088972 or 3428469. OLE color: 3428469.

HSL color Cylindrical-coordinate representation of color #755034: hue angle of 25.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755034 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1178052-
CMYK00.320.560.54
HSL25.85º38.46%33.14%-
HSV(B)25.85º55.56%45.88%-
XYZ10.829.774.56-
YUV87.87107.76148.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=46.99%
G=32.13%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117805200.320.560.5425.8538.4633.14
Hex75503402038361a2621
Octal165120640407066324641
Binary11101011010000110100010000011100011011011010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755034; }

 p { color: rgb(117,80,52); }

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

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

 a { background-color: rgb(117,80,52); }

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

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

 span { border-color: rgb(117,80,52); }

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