#72523B

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

Shades of Old Copper #72523B

Tints of Old Copper #72523B

Color information

#72523B (or 0x72523B) is unknown color: approx Old Copper. HEX triplet: 72, 52 and 3B. RGB value is (114,82,59). Sum of RGB (Red+Green+Blue) = 114+82+59=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72523B is #8DADC4. Grayscale: #595959. Windows color (decimal): -9285061 or 3887730. OLE color: 3887730.

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

Color convert

RGB1148259-
CMYK00.280.480.55
HSL25.09º31.79%33.92%-
HSV(B)25.09º48.25%44.71%-
XYZ10.759.935.49-
YUV88.95111.1145.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=44.71%
G=32.16%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114825900.280.480.5525.0931.7933.92
Hex72523B01C3037192022
Octal162122730346067314042
Binary1110010101001011101101110011000011011111001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,82,59); }

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

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

 a { background-color: rgb(114,82,59); }

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

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

 span { border-color: rgb(114,82,59); }

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