#73533E

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

Shades of Old Copper #73533E

Tints of Old Copper #73533E

Color information

#73533E (or 0x73533E) is unknown color: approx Old Copper. HEX triplet: 73, 53 and 3E. RGB value is (115,83,62). Sum of RGB (Red+Green+Blue) = 115+83+62=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73533E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533E is #8CACC1. Grayscale: #5A5A5A. Windows color (decimal): -9219266 or 4084595. OLE color: 4084595.

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

Color convert

RGB1158362-
CMYK00.280.460.55
HSL23.77º29.94%34.71%-
HSV(B)23.77º46.09%45.1%-
XYZ11.0310.185.94-
YUV90.17112.1145.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=44.23%
G=31.92%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115836200.280.460.5523.7729.9434.71
Hex73533E01C2E37181e23
Octal163123760345667303643
Binary111001110100111111100111001011101101111100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73533E; }

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

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

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

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

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

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

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

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