#72543C

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

Shades of Old Copper #72543C

Tints of Old Copper #72543C

Color information

#72543C (or 0x72543C) is unknown color: approx Old Copper. HEX triplet: 72, 54 and 3C. RGB value is (114,84,60). Sum of RGB (Red+Green+Blue) = 114+84+60=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72543C is #8DABC3. Grayscale: #5A5A5A. Windows color (decimal): -9284548 or 3953778. OLE color: 3953778.

HSL color Cylindrical-coordinate representation of color #72543C: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72543C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1148460-
CMYK00.260.470.55
HSL26.67º31.03%34.12%-
HSV(B)26.67º47.37%44.71%-
XYZ10.9310.245.68-
YUV90.23110.94144.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 60 (23.83% from 255) = 23.26%
R=44.19%
G=32.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114846000.260.470.5526.6731.0334.12
Hex72543C01A2F371b1f22
Octal162124740325767333742
Binary111001010101001111000110101011111101111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72543C; }

 p { color: rgb(114,84,60); }

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

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

 a { background-color: rgb(114,84,60); }

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

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

 span { border-color: rgb(114,84,60); }

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