#735337

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

Shades of Old Copper #735337

Tints of Old Copper #735337

Color information

#735337 (or 0x735337) is unknown color: approx Old Copper. HEX triplet: 73, 53 and 37. RGB value is (115,83,55). Sum of RGB (Red+Green+Blue) = 115+83+55=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735337 is #8CACC8. Grayscale: #595959. Windows color (decimal): -9219273 or 3625843. OLE color: 3625843.

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

Color convert

RGB1158355-
CMYK00.280.520.55
HSL28º35.29%33.33%-
HSV(B)28º52.17%45.1%-
XYZ10.8510.114.99-
YUV89.38108.6146.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 55 (21.88% from 255) = 21.74%
R=45.45%
G=32.81%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115835500.280.520.552835.2933.33
Hex73533701C34371c2321
Octal163123670346467344341
Binary1110011101001111011101110011010011011111100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735337; }

 p { color: rgb(115,83,55); }

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

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

 a { background-color: rgb(115,83,55); }

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

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

 span { border-color: rgb(115,83,55); }

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