#755143

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

Shades of Old Copper #755143

Tints of Old Copper #755143

Color information

#755143 (or 0x755143) is unknown color: approx Old Copper. HEX triplet: 75, 51 and 43. RGB value is (117,81,67). Sum of RGB (Red+Green+Blue) = 117+81+67=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755143 is #8AAEBC. Grayscale: #5A5A5A. Windows color (decimal): -9088701 or 4411765. OLE color: 4411765.

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

Color convert

RGB1178167-
CMYK00.310.430.54
HSL16.8º27.17%36.08%-
HSV(B)16.8º42.74%45.88%-
XYZ11.2910.076.66-
YUV90.17114.93147.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=44.15%
G=30.57%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117816700.310.430.5416.827.1736.08
Hex75514301F2B36111b24
Octal1651211030375366213344
Binary1110101101000110000110111111010111101101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755143; }

 p { color: rgb(117,81,67); }

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

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

 a { background-color: rgb(117,81,67); }

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

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

 span { border-color: rgb(117,81,67); }

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