#724823

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

Shades of Antique Brass #724823

Tints of Antique Brass #724823

Color information

#724823 (or 0x724823) is unknown color: approx Antique Brass. HEX triplet: 72, 48 and 23. RGB value is (114,72,35). Sum of RGB (Red+Green+Blue) = 114+72+35=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #724823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724823 is #8DB7DC. Grayscale: #505050. Windows color (decimal): -9287645 or 2312306. OLE color: 2312306.

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

Color convert

RGB1147235-
CMYK00.370.690.55
HSL28.1º53.02%29.22%-
HSV(B)28.1º69.3%44.71%-
XYZ9.568.332.69-
YUV80.34102.41152.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 35 (14.06% from 255) = 15.84%
R=51.58%
G=32.58%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114723500.370.690.5528.153.0229.22
Hex72482302545371c351d
Octal1621104304510567346535
Binary11100101001000100011010010110001011101111110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724823; }

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

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

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

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

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

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

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

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