#72513D

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

Shades of Old Copper #72513D

Tints of Old Copper #72513D

Color information

#72513D (or 0x72513D) is unknown color: approx Old Copper. HEX triplet: 72, 51 and 3D. RGB value is (114,81,61). Sum of RGB (Red+Green+Blue) = 114+81+61=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72513D is #8DAEC2. Grayscale: #585858. Windows color (decimal): -9285315 or 4018546. OLE color: 4018546.

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

Color convert

RGB1148161-
CMYK00.290.460.55
HSL22.64º30.29%34.31%-
HSV(B)22.64º46.49%44.71%-
XYZ10.729.85.74-
YUV88.59112.43146.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=44.53%
G=31.64%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114816100.290.460.5522.6430.2934.31
Hex72513D01D2E37171e22
Octal162121750355667273642
Binary111001010100011111010111011011101101111011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72513D; }

 p { color: rgb(114,81,61); }

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

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

 a { background-color: rgb(114,81,61); }

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

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

 span { border-color: rgb(114,81,61); }

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