#724E20

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

Shades of Antique Brass #724E20

Tints of Antique Brass #724E20

Color information

#724E20 (or 0x724E20) is unknown color: approx Antique Brass. HEX triplet: 72, 4E and 20. RGB value is (114,78,32). Sum of RGB (Red+Green+Blue) = 114+78+32=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #724E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E20 is #8DB1DF. Grayscale: #535353. Windows color (decimal): -9286112 or 2117234. OLE color: 2117234.

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

Color convert

RGB1147832-
CMYK00.320.720.55
HSL33.66º56.16%28.63%-
HSV(B)33.66º71.93%44.71%-
XYZ9.929.132.61-
YUV83.5298.93149.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=50.89%
G=34.82%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114783200.320.720.5533.6656.1628.63
Hex724E20020483722381d
Octal1621164004011067427035
Binary111001010011101000000100000100100011011110001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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