#735133

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

Shades of Old Copper #735133

Tints of Old Copper #735133

Color information

#735133 (or 0x735133) is unknown color: approx Old Copper. HEX triplet: 73, 51 and 33. RGB value is (115,81,51). Sum of RGB (Red+Green+Blue) = 115+81+51=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #735133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735133 is #8CAECC. Grayscale: #575757. Windows color (decimal): -9219789 or 3363187. OLE color: 3363187.

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

Color convert

RGB1158151-
CMYK00.300.560.55
HSL28.13º38.55%32.55%-
HSV(B)28.13º55.65%45.1%-
XYZ10.619.774.46-
YUV87.75107.26147.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=46.56%
G=32.79%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115815100.300.560.5528.1338.5532.55
Hex73513301E38371c2721
Octal163121630367067344741
Binary1110011101000111001101111011100011011111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735133; }

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

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

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

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

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

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

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

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