#73533B

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

Shades of Old Copper #73533B

Tints of Old Copper #73533B

Color information

#73533B (or 0x73533B) is unknown color: approx Old Copper. HEX triplet: 73, 53 and 3B. RGB value is (115,83,59). Sum of RGB (Red+Green+Blue) = 115+83+59=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533B is #8CACC4. Grayscale: #595959. Windows color (decimal): -9219269 or 3887987. OLE color: 3887987.

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

Color convert

RGB1158359-
CMYK00.280.490.55
HSL25.71º32.18%34.12%-
HSV(B)25.71º48.7%45.1%-
XYZ10.9510.155.52-
YUV89.83110.6145.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=44.75%
G=32.30%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115835900.280.490.5525.7132.1834.12
Hex73533B01C31371a2022
Octal163123730346167324042
Binary1110011101001111101101110011000111011111010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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