#735441

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

Shades of Old Copper #735441

Tints of Old Copper #735441

Color information

#735441 (or 0x735441) is unknown color: approx Old Copper. HEX triplet: 73, 54 and 41. RGB value is (115,84,65). Sum of RGB (Red+Green+Blue) = 115+84+65=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #735441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735441 is #8CABBE. Grayscale: #5B5B5B. Windows color (decimal): -9219007 or 4281459. OLE color: 4281459.

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

Color convert

RGB1158465-
CMYK00.270.430.55
HSL22.8º27.78%35.29%-
HSV(B)22.8º43.48%45.1%-
XYZ11.1910.376.41-
YUV91.1113.27145.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 65 (25.78% from 255) = 24.62%
R=43.56%
G=31.82%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115846500.270.430.5522.827.7835.29
Hex73544101B2B37171c23
Octal1631241010335367273443
Binary1110011101010010000010110111010111101111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735441; }

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

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

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

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

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

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

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

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