Html Css Color HEX #724820 Antique Brass

📋 copy color: '#724820'

red 114 ◦ green 72 ◦ blue 32

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

Shades of Antique Brass #724820

Tints of Antique Brass #724820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 52.29%
G = 33.03%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#724820 (or 0x724820) is known color: Antique Brass. HEX triplet: 72, 48 and 20. RGB value is (114,72,32). Sum of RGB (Red+Green+Blue) = 114+72+32=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #724820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724820 is #8DB7DF. Grayscale: #505050. Windows color (decimal): -9287648 or 2115698. OLE color: 2115698.

HSL color Cylindrical-coordinate representation of color #724820: hue angle of 29.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #724820 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 32 -
CMYK 0 0.37 0.72 0.55
HSL 29.27º 0.56% 0.29% -
HSV(B) 29.27º 0.72% 0.45% -
XYZ 9.52 8.32 2.47 -
YUV 80 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 114 72 32 0 0.37 0.72 0.55 29.27 0.56 0.29
Hex 72 48 20 0 25 48 37 1D 38 1D
Octal 162 110 40 0 45 110 67 35 70 35
Binary 1110010 1001000 100000 0 100101 1001000 110111 11101 111000 11101

Color Harmonies of #724820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724820

Black with #724820

Text Example


Text Example

White with #724820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724820; }

 p { color: rgb(114,72,32); }

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

background-color css

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

 a { background-color: rgb(114,72,32); }

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

border-color css

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

 span { border-color: rgb(114,72,32); }

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