#724520

Color #724520 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #724520

Tints of Antique Brass #724520

Color information

#724520 (or 0x724520) is unknown color: approx Antique Brass. HEX triplet: 72, 45 and 20. RGB value is (114,69,32). Sum of RGB (Red+Green+Blue) = 114+69+32=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724520 is #8DBADF. Grayscale: #4E4E4E. Windows color (decimal): -9288416 or 2114930. OLE color: 2114930.

HSL color Cylindrical-coordinate representation of color #724520: hue angle of 27.07º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #724520 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1146932-
CMYK00.390.720.55
HSL27.07º56.16%28.63%-
HSV(B)27.07º71.93%44.71%-
XYZ9.337.942.41-
YUV78.24101.91153.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=53.02%
G=32.09%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114693200.390.720.5527.0756.1628.63
Hex72452002748371b381d
Octal1621054004711067337035
Binary11100101000101100000010011110010001101111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724520; }

 p { color: rgb(114,69,32); }

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

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

 a { background-color: rgb(114,69,32); }

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

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

 span { border-color: rgb(114,69,32); }

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