#735035

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

Shades of Old Copper #735035

Tints of Old Copper #735035

Color information

#735035 (or 0x735035) is unknown color: approx Old Copper. HEX triplet: 73, 50 and 35. RGB value is (115,80,53). Sum of RGB (Red+Green+Blue) = 115+80+53=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #735035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735035 is #8CAFCA. Grayscale: #575757. Windows color (decimal): -9220043 or 3494003. OLE color: 3494003.

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

Color convert

RGB1158053-
CMYK00.300.540.55
HSL26.13º36.9%32.94%-
HSV(B)26.13º53.91%45.1%-
XYZ10.589.644.67-
YUV87.39108.6147.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=46.37%
G=32.26%
B=21.37%

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
Decimal115805300.300.540.5526.1336.932.94
Hex73503501E36371a2521
Octal163120650366667324541
Binary1110011101000011010101111011011011011111010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735035; }

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

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

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

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

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

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

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

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