#724822

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

Shades of Antique Brass #724822

Tints of Antique Brass #724822

Color information

#724822 (or 0x724822) is unknown color: approx Antique Brass. HEX triplet: 72, 48 and 22. RGB value is (114,72,34). Sum of RGB (Red+Green+Blue) = 114+72+34=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #724822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724822 is #8DB7DD. Grayscale: #505050. Windows color (decimal): -9287646 or 2246770. OLE color: 2246770.

HSL color Cylindrical-coordinate representation of color #724822: hue angle of 28.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724822 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1147234-
CMYK00.370.700.55
HSL28.5º54.05%29.02%-
HSV(B)28.5º70.18%44.71%-
XYZ9.558.332.62-
YUV80.23101.91152.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=51.82%
G=32.73%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114723400.370.700.5528.554.0529.02
Hex72482202546371d361d
Octal1621104204510667356635
Binary11100101001000100010010010110001101101111110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724822; }

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

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

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

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

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

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

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

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