#735242

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

Shades of Old Copper #735242

Tints of Old Copper #735242

Color information

#735242 (or 0x735242) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 42. RGB value is (115,82,66). Sum of RGB (Red+Green+Blue) = 115+82+66=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735242 is #8CADBD. Grayscale: #5A5A5A. Windows color (decimal): -9219518 or 4346483. OLE color: 4346483.

HSL color Cylindrical-coordinate representation of color #735242: hue angle of 19.59º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735242 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1158266-
CMYK00.290.430.55
HSL19.59º27.07%35.49%-
HSV(B)19.59º42.61%45.1%-
XYZ11.0710.076.51-
YUV90.04114.43145.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=43.73%
G=31.18%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115826600.290.430.5519.5927.0735.49
Hex73524201D2B37141b23
Octal1631221020355367243343
Binary1110011101001010000100111011010111101111010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735242; }

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

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

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

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

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

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

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

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