#755242

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

Shades of Old Copper #755242

Tints of Old Copper #755242

Color information

#755242 (or 0x755242) is unknown color: approx Old Copper. HEX triplet: 75, 52 and 42. RGB value is (117,82,66). Sum of RGB (Red+Green+Blue) = 117+82+66=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755242 is #8AADBD. Grayscale: #5A5A5A. Windows color (decimal): -9088446 or 4346485. OLE color: 4346485.

HSL color Cylindrical-coordinate representation of color #755242: hue angle of 18.82º 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 #755242 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1178266-
CMYK00.300.440.54
HSL18.82º27.87%35.88%-
HSV(B)18.82º43.59%45.88%-
XYZ11.3410.216.53-
YUV90.64114.1146.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=44.15%
G=30.94%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117826600.300.440.5418.8227.8735.88
Hex75524201E2C36131c24
Octal1651221020365466233444
Binary1110101101001010000100111101011001101101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755242; }

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

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

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

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

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

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

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

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