#755445

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

Shades of Old Copper #755445

Tints of Old Copper #755445

Color information

#755445 (or 0x755445) is unknown color: approx Old Copper. HEX triplet: 75, 54 and 45. RGB value is (117,84,69). Sum of RGB (Red+Green+Blue) = 117+84+69=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755445 is #8AABBA. Grayscale: #5C5C5C. Windows color (decimal): -9087931 or 4543605. OLE color: 4543605.

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

Color convert

RGB1178469-
CMYK00.280.410.54
HSL18.75º25.81%36.47%-
HSV(B)18.75º41.03%45.88%-
XYZ11.5810.557.06-
YUV92.16114.93145.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=43.33%
G=31.11%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117846900.280.410.5418.7525.8136.47
Hex75544501C2936131a24
Octal1651241050345166233244
Binary1110101101010010001010111001010011101101001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755445; }

 p { color: rgb(117,84,69); }

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

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

 a { background-color: rgb(117,84,69); }

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

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

 span { border-color: rgb(117,84,69); }

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