#72493A

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

Shades of Old Copper #72493A

Tints of Old Copper #72493A

Color information

#72493A (or 0x72493A) is unknown color: approx Old Copper. HEX triplet: 72, 49 and 3A. RGB value is (114,73,58). Sum of RGB (Red+Green+Blue) = 114+73+58=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72493A is #8DB6C5. Grayscale: #535353. Windows color (decimal): -9287366 or 3819890. OLE color: 3819890.

HSL color Cylindrical-coordinate representation of color #72493A: hue angle of 16.07º degrees, saturation: 0.33, 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 #72493A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1147358-
CMYK00.360.490.55
HSL16.07º32.56%33.73%-
HSV(B)16.07º49.12%44.71%-
XYZ10.098.655.14-
YUV83.55113.58149.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=46.53%
G=29.80%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114735800.360.490.5516.0732.5633.73
Hex72493A0243137102122
Octal162111720446167204142
Binary11100101001001111010010010011000111011110000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72493A; }

 p { color: rgb(114,73,58); }

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

<style>
 a { background-color: #72493A; }

 a { background-color: rgb(114,73,58); }

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

<style>
 span { border-color: #72493A; }

 span { border-color: rgb(114,73,58); }

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