#724D1E

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

Shades of Antique Brass #724D1E

Tints of Antique Brass #724D1E

Color information

#724D1E (or 0x724D1E) is unknown color: approx Antique Brass. HEX triplet: 72, 4D and 1E. RGB value is (114,77,30). Sum of RGB (Red+Green+Blue) = 114+77+30=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #724D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D1E is #8DB2E1. Grayscale: #525252. Windows color (decimal): -9286370 or 1985906. OLE color: 1985906.

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

Color convert

RGB1147730-
CMYK00.320.740.55
HSL33.57º58.33%28.24%-
HSV(B)33.57º73.68%44.71%-
XYZ9.838.982.44-
YUV82.798.26150.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=51.58%
G=34.84%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114773000.320.740.5533.5758.3328.24
Hex724D1E0204A37223a1c
Octal1621153604011267427234
Binary11100101001101111100100000100101011011110001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,30); }

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

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

 a { background-color: rgb(114,77,30); }

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

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

 span { border-color: rgb(114,77,30); }

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