#724C21

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

Shades of Antique Brass #724C21

Tints of Antique Brass #724C21

Color information

#724C21 (or 0x724C21) is unknown color: approx Antique Brass. HEX triplet: 72, 4C and 21. RGB value is (114,76,33). Sum of RGB (Red+Green+Blue) = 114+76+33=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #724C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C21 is #8DB3DE. Grayscale: #525252. Windows color (decimal): -9286623 or 2182258. OLE color: 2182258.

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

Color convert

RGB1147633-
CMYK00.330.710.55
HSL31.85º55.1%28.82%-
HSV(B)31.85º71.05%44.71%-
XYZ9.88.862.63-
YUV82.46100.09150.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=51.12%
G=34.08%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114763300.330.710.5531.8555.128.82
Hex724C21021473720371d
Octal1621144104110767406735
Binary111001010011001000010100001100011111011110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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