#724D1F

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

Shades of Antique Brass #724D1F

Tints of Antique Brass #724D1F

Color information

#724D1F (or 0x724D1F) is unknown color: approx Antique Brass. HEX triplet: 72, 4D and 1F. RGB value is (114,77,31). Sum of RGB (Red+Green+Blue) = 114+77+31=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #724D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D1F is #8DB2E0. Grayscale: #535353. Windows color (decimal): -9286369 or 2051442. OLE color: 2051442.

HSL color Cylindrical-coordinate representation of color #724D1F: hue angle of 33.25º 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 #724D1F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1147731-
CMYK00.320.730.55
HSL33.25º57.24%28.43%-
HSV(B)33.25º72.81%44.71%-
XYZ9.848.982.51-
YUV82.8298.76150.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=51.35%
G=34.68%
B=13.96%

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
Decimal114773100.320.730.5533.2557.2428.43
Hex724D1F020493721391c
Octal1621153704011167417134
Binary11100101001101111110100000100100111011110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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