Html Css Color HEX #724519 Antique Brass

📋 copy color: '#724519'

red 114 ◦ green 69 ◦ blue 25

#724519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #724519

Tints of Antique Brass #724519

RGB

 RED value IS 114 (44.92% from 255) = 54.81%

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 54.81%
G = 33.17%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#724519 (or 0x724519) is known color: Antique Brass. HEX triplet: 72, 45 and 19. RGB value is (114,69,25). Sum of RGB (Red+Green+Blue) = 114+69+25=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #724519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724519 is #8DBAE6. Grayscale: #4D4D4D. Windows color (decimal): -9288423 or 1656178. OLE color: 1656178.

HSL color Cylindrical-coordinate representation of color #724519: hue angle of 29.66º 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 #724519 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 69 25 -
CMYK 0 0.39 0.78 0.55
HSL 29.66º 0.64% 0.27% -
HSV(B) 29.66º 0.78% 0.45% -
XYZ 9.24 7.9 1.96 -
YUV 77.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 114 69 25 0 0.39 0.78 0.55 29.66 0.64 0.27
Hex 72 45 19 0 27 4E 37 1E 40 1B
Octal 162 105 31 0 47 116 67 36 100 33
Binary 1110010 1000101 11001 0 100111 1001110 110111 11110 1000000 11011

Color Harmonies of #724519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724519

Black with #724519

Text Example


Text Example

White with #724519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724519; }

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

 H1.HeaderClassName
 {
   color: #724519;
 }
 .AnyTagClassName
 {
   color: #724519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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