#735235

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

Shades of Old Copper #735235

Tints of Old Copper #735235

Color information

#735235 (or 0x735235) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 35. RGB value is (115,82,53). Sum of RGB (Red+Green+Blue) = 115+82+53=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #735235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735235 is #8CADCA. Grayscale: #585858. Windows color (decimal): -9219531 or 3494515. OLE color: 3494515.

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

Color convert

RGB1158253-
CMYK00.290.540.55
HSL28.06º36.9%32.94%-
HSV(B)28.06º53.91%45.1%-
XYZ10.739.944.72-
YUV88.56107.93146.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=46%
G=32.8%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115825300.290.540.5528.0636.932.94
Hex73523501D36371c2521
Octal163122650356667344541
Binary1110011101001011010101110111011011011111100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735235; }

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

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

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

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

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

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

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

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