#724C35

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

Shades of Old Copper #724C35

Tints of Old Copper #724C35

Color information

#724C35 (or 0x724C35) is unknown color: approx Old Copper. HEX triplet: 72, 4C and 35. RGB value is (114,76,53). Sum of RGB (Red+Green+Blue) = 114+76+53=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C35 is #8DB3CA. Grayscale: #545454. Windows color (decimal): -9286603 or 3492978. OLE color: 3492978.

HSL color Cylindrical-coordinate representation of color #724C35: hue angle of 22.62º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724C35 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1147653-
CMYK00.330.540.55
HSL22.62º36.53%32.75%-
HSV(B)22.62º53.51%44.71%-
XYZ10.1794.57-
YUV84.74110.09148.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=46.91%
G=31.28%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114765300.330.540.5522.6236.5332.75
Hex724C350213637172521
Octal162114650416667274541
Binary11100101001100110101010000111011011011110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,76,53); }

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

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

 a { background-color: rgb(114,76,53); }

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

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

 span { border-color: rgb(114,76,53); }

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