#724219

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

Shades of Antique Brass #724219

Tints of Antique Brass #724219

Color information

#724219 (or 0x724219) is unknown color: approx Antique Brass. HEX triplet: 72, 42 and 19. RGB value is (114,66,25). Sum of RGB (Red+Green+Blue) = 114+66+25=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #724219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724219 is #8DBDE6. Grayscale: #4B4B4B. Windows color (decimal): -9289191 or 1655410. OLE color: 1655410.

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

Color convert

RGB1146625-
CMYK00.420.780.55
HSL27.64º64.03%27.25%-
HSV(B)27.64º78.07%44.71%-
XYZ9.067.541.9-
YUV75.6899.4155.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=55.61%
G=32.20%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114662500.420.780.5527.6464.0327.25
Hex72421902A4E371c401b
Octal16210231052116673410033
Binary11100101000010110010101010100111011011111100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724219; }

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

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

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

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

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

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

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

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