#724B3C

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

Shades of Old Copper #724B3C

Tints of Old Copper #724B3C

Color information

#724B3C (or 0x724B3C) is unknown color: approx Old Copper. HEX triplet: 72, 4B and 3C. RGB value is (114,75,60). Sum of RGB (Red+Green+Blue) = 114+75+60=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #724B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B3C is #8DB4C3. Grayscale: #555555. Windows color (decimal): -9286852 or 3951474. OLE color: 3951474.

HSL color Cylindrical-coordinate representation of color #724B3C: hue angle of 16.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 #724B3C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1147560-
CMYK00.340.470.55
HSL16.67º31.03%34.12%-
HSV(B)16.67º47.37%44.71%-
XYZ10.278.945.46-
YUV84.95113.92148.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=45.78%
G=30.12%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114756000.340.470.5516.6731.0334.12
Hex724B3C0222F37111f22
Octal162113740425767213742
Binary1110010100101111110001000101011111101111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B3C; }

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

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

<style>
 a { background-color: #724B3C; }

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

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

<style>
 span { border-color: #724B3C; }

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

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