#724A1F

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

Shades of Antique Brass #724A1F

Tints of Antique Brass #724A1F

Color information

#724A1F (or 0x724A1F) is unknown color: approx Antique Brass. HEX triplet: 72, 4A and 1F. RGB value is (114,74,31). Sum of RGB (Red+Green+Blue) = 114+74+31=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #724A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A1F is #8DB5E0. Grayscale: #515151. Windows color (decimal): -9287137 or 2050674. OLE color: 2050674.

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

Color convert

RGB1147431-
CMYK00.350.730.55
HSL31.08º57.24%28.43%-
HSV(B)31.08º72.81%44.71%-
XYZ9.648.572.44-
YUV81.0699.75151.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=52.05%
G=33.79%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114743100.350.730.5531.0857.2428.43
Hex724A1F02349371f391c
Octal1621123704311167377134
Binary1110010100101011111010001110010011101111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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