#724E1F

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

Shades of Antique Brass #724E1F

Tints of Antique Brass #724E1F

Color information

#724E1F (or 0x724E1F) is unknown color: approx Antique Brass. HEX triplet: 72, 4E and 1F. RGB value is (114,78,31). Sum of RGB (Red+Green+Blue) = 114+78+31=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #724E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E1F is #8DB1E0. Grayscale: #535353. Windows color (decimal): -9286113 or 2051698. OLE color: 2051698.

HSL color Cylindrical-coordinate representation of color #724E1F: hue angle of 33.98º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #724E1F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1147831-
CMYK00.320.730.55
HSL33.98º57.24%28.43%-
HSV(B)33.98º72.81%44.71%-
XYZ9.919.132.54-
YUV83.4198.43149.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=51.12%
G=34.98%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114783100.320.730.5533.9857.2428.43
Hex724E1F020493722391c
Octal1621163704011167427134
Binary11100101001110111110100000100100111011110001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,31); }

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

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

 a { background-color: rgb(114,78,31); }

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

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

 span { border-color: rgb(114,78,31); }

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