#724218

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

Shades of Antique Brass #724218

Tints of Antique Brass #724218

Color information

#724218 (or 0x724218) is unknown color: approx Antique Brass. HEX triplet: 72, 42 and 18. RGB value is (114,66,24). Sum of RGB (Red+Green+Blue) = 114+66+24=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #724218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724218 is #8DBDE7. Grayscale: #4B4B4B. Windows color (decimal): -9289192 or 1589874. OLE color: 1589874.

HSL color Cylindrical-coordinate representation of color #724218: hue angle of 28º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #724218 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1146624-
CMYK00.420.790.55
HSL28º65.22%27.06%-
HSV(B)28º78.95%44.71%-
XYZ9.057.541.84-
YUV75.5698.9155.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=55.88%
G=32.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114662400.420.790.552865.2227.06
Hex72421802A4F371c411b
Octal16210230052117673410133
Binary11100101000010110000101010100111111011111100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724218; }

 p { color: rgb(114,66,24); }

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

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

 a { background-color: rgb(114,66,24); }

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

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

 span { border-color: rgb(114,66,24); }

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