#735241

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

Shades of Old Copper #735241

Tints of Old Copper #735241

Color information

#735241 (or 0x735241) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 41. RGB value is (115,82,65). Sum of RGB (Red+Green+Blue) = 115+82+65=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #735241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735241 is #8CADBE. Grayscale: #5A5A5A. Windows color (decimal): -9219519 or 4280947. OLE color: 4280947.

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

Color convert

RGB1158265-
CMYK00.290.430.55
HSL20.4º27.78%35.29%-
HSV(B)20.4º43.48%45.1%-
XYZ11.0410.066.36-
YUV89.93113.93145.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=43.89%
G=31.30%
B=24.81%

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
Decimal115826500.290.430.5520.427.7835.29
Hex73524101D2B37141c23
Octal1631221010355367243443
Binary1110011101001010000010111011010111101111010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735241; }

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

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

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

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

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

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

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

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