#735135

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

Shades of Old Copper #735135

Tints of Old Copper #735135

Color information

#735135 (or 0x735135) is unknown color: approx Old Copper. HEX triplet: 73, 51 and 35. RGB value is (115,81,53). Sum of RGB (Red+Green+Blue) = 115+81+53=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #735135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735135 is #8CAECA. Grayscale: #585858. Windows color (decimal): -9219787 or 3494259. OLE color: 3494259.

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

Color convert

RGB1158153-
CMYK00.300.540.55
HSL27.1º36.9%32.94%-
HSV(B)27.1º53.91%45.1%-
XYZ10.669.794.7-
YUV87.97108.26147.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=46.18%
G=32.53%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115815300.300.540.5527.136.932.94
Hex73513501E36371b2521
Octal163121650366667334541
Binary1110011101000111010101111011011011011111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735135; }

 p { color: rgb(115,81,53); }

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

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

 a { background-color: rgb(115,81,53); }

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

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

 span { border-color: rgb(115,81,53); }

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