#724C1C

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

Shades of Antique Brass #724C1C

Tints of Antique Brass #724C1C

Color information

#724C1C (or 0x724C1C) is unknown color: approx Antique Brass. HEX triplet: 72, 4C and 1C. RGB value is (114,76,28). Sum of RGB (Red+Green+Blue) = 114+76+28=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #724C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C1C is #8DB3E3. Grayscale: #525252. Windows color (decimal): -9286628 or 1854578. OLE color: 1854578.

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

Color convert

RGB1147628-
CMYK00.330.750.55
HSL33.49º60.56%27.84%-
HSV(B)33.49º75.44%44.71%-
XYZ9.738.832.29-
YUV81.8997.59150.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=52.29%
G=34.86%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114762800.330.750.5533.4960.5627.84
Hex724C1C0214B37213d1c
Octal1621143404111367417534
Binary11100101001100111000100001100101111011110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,76,28); }

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

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

 a { background-color: rgb(114,76,28); }

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

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

 span { border-color: rgb(114,76,28); }

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