#724923

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

Shades of Antique Brass #724923

Tints of Antique Brass #724923

Color information

#724923 (or 0x724923) is unknown color: approx Antique Brass. HEX triplet: 72, 49 and 23. RGB value is (114,73,35). Sum of RGB (Red+Green+Blue) = 114+73+35=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #724923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724923 is #8DB6DC. Grayscale: #515151. Windows color (decimal): -9287389 or 2312562. OLE color: 2312562.

HSL color Cylindrical-coordinate representation of color #724923: hue angle of 28.86º 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 #724923 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1147335-
CMYK00.360.690.55
HSL28.86º53.02%29.22%-
HSV(B)28.86º69.3%44.71%-
XYZ9.638.462.72-
YUV80.93102.08151.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=51.35%
G=32.88%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114733500.360.690.5528.8653.0229.22
Hex72492302445371d351d
Octal1621114304410567356535
Binary11100101001001100011010010010001011101111110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724923; }

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

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

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

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

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

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

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

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