#735642

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

Shades of Old Copper #735642

Tints of Old Copper #735642

Color information

#735642 (or 0x735642) is unknown color: approx Old Copper. HEX triplet: 73, 56 and 42. RGB value is (115,86,66). Sum of RGB (Red+Green+Blue) = 115+86+66=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735642 is #8CA9BD. Grayscale: #5C5C5C. Windows color (decimal): -9218494 or 4347507. OLE color: 4347507.

HSL color Cylindrical-coordinate representation of color #735642: hue angle of 24.49º 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 #735642 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1158666-
CMYK00.250.430.55
HSL24.49º27.07%35.49%-
HSV(B)24.49º42.61%45.1%-
XYZ11.3810.696.62-
YUV92.39113.11144.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=43.07%
G=32.21%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115866600.250.430.5524.4927.0735.49
Hex7356420192B37181b23
Octal1631261020315367303343
Binary1110011101011010000100110011010111101111100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735642; }

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

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

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

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

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

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

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

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