#724F35

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

Shades of Old Copper #724F35

Tints of Old Copper #724F35

Color information

#724F35 (or 0x724F35) is unknown color: approx Old Copper. HEX triplet: 72, 4F and 35. RGB value is (114,79,53). Sum of RGB (Red+Green+Blue) = 114+79+53=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F35 is #8DB0CA. Grayscale: #565656. Windows color (decimal): -9285835 or 3493746. OLE color: 3493746.

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

Color convert

RGB1147953-
CMYK00.310.540.55
HSL25.57º36.53%32.75%-
HSV(B)25.57º53.51%44.71%-
XYZ10.389.434.64-
YUV86.5109.1147.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=46.34%
G=32.11%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114795300.310.540.5525.5736.5332.75
Hex724F3501F36371a2521
Octal162117650376667324541
Binary1110010100111111010101111111011011011111010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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