#735032

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

Shades of Old Copper #735032

Tints of Old Copper #735032

Color information

#735032 (or 0x735032) is unknown color: approx Old Copper. HEX triplet: 73, 50 and 32. RGB value is (115,80,50). Sum of RGB (Red+Green+Blue) = 115+80+50=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #735032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735032 is #8CAFCD. Grayscale: #575757. Windows color (decimal): -9220046 or 3297395. OLE color: 3297395.

HSL color Cylindrical-coordinate representation of color #735032: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735032 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1158050-
CMYK00.300.570.55
HSL27.69º39.39%32.35%-
HSV(B)27.69º56.52%45.1%-
XYZ10.519.614.32-
YUV87.04107.1147.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=46.94%
G=32.65%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115805000.300.570.5527.6939.3932.35
Hex73503201E39371c2720
Octal163120620367167344740
Binary1110011101000011001001111011100111011111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735032; }

 p { color: rgb(115,80,50); }

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

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

 a { background-color: rgb(115,80,50); }

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

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

 span { border-color: rgb(115,80,50); }

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