#724A3B

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

Shades of Old Copper #724A3B

Tints of Old Copper #724A3B

Color information

#724A3B (or 0x724A3B) is unknown color: approx Old Copper. HEX triplet: 72, 4A and 3B. RGB value is (114,74,59). Sum of RGB (Red+Green+Blue) = 114+74+59=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A3B is #8DB5C4. Grayscale: #545454. Windows color (decimal): -9287109 or 3885682. OLE color: 3885682.

HSL color Cylindrical-coordinate representation of color #724A3B: hue angle of 16.36º 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 #724A3B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1147459-
CMYK00.350.480.55
HSL16.36º31.79%33.92%-
HSV(B)16.36º48.25%44.71%-
XYZ10.188.795.3-
YUV84.25113.75149.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=46.15%
G=29.96%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114745900.350.480.5516.3631.7933.92
Hex724A3B0233037102022
Octal162112730436067204042
Binary11100101001010111011010001111000011011110000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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