#735641

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

Shades of Old Copper #735641

Tints of Old Copper #735641

Color information

#735641 (or 0x735641) is unknown color: approx Old Copper. HEX triplet: 73, 56 and 41. RGB value is (115,86,65). Sum of RGB (Red+Green+Blue) = 115+86+65=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735641 is #8CA9BE. Grayscale: #5C5C5C. Windows color (decimal): -9218495 or 4281971. OLE color: 4281971.

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

Color convert

RGB1158665-
CMYK00.250.430.55
HSL25.2º27.78%35.29%-
HSV(B)25.2º43.48%45.1%-
XYZ11.3510.686.46-
YUV92.28112.61144.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=43.23%
G=32.33%
B=24.44%

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
Decimal115866500.250.430.5525.227.7835.29
Hex7356410192B37191c23
Octal1631261010315367313443
Binary1110011101011010000010110011010111101111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735641; }

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

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

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

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

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

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

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

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