#724C23

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

Shades of Antique Brass #724C23

Tints of Antique Brass #724C23

Color information

#724C23 (or 0x724C23) is unknown color: approx Antique Brass. HEX triplet: 72, 4C and 23. RGB value is (114,76,35). Sum of RGB (Red+Green+Blue) = 114+76+35=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #724C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C23 is #8DB3DC. Grayscale: #525252. Windows color (decimal): -9286621 or 2313330. OLE color: 2313330.

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

Color convert

RGB1147635-
CMYK00.330.690.55
HSL31.14º53.02%29.22%-
HSV(B)31.14º69.3%44.71%-
XYZ9.838.872.78-
YUV82.69101.09150.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=50.67%
G=33.78%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114763500.330.690.5531.1453.0229.22
Hex724C2302145371f351d
Octal1621144304110567376535
Binary11100101001100100011010000110001011101111111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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