Html Css Color HEX #724520 Antique Brass

📋 copy color: '#724520'

red 114 ◦ green 69 ◦ blue 32

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

Shades of Antique Brass #724520

Tints of Antique Brass #724520

RGB

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

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

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

R = 53.02%
G = 32.09%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#724520 (or 0x724520) is known color: Antique Brass. HEX triplet: 72, 45 and 20. RGB value is (114,69,32). Sum of RGB (Red+Green+Blue) = 114+69+32=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724520 is #8DBADF. Grayscale: #4E4E4E. Windows color (decimal): -9288416 or 2114930. OLE color: 2114930.

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

Color convert

RGB 114 69 32 -
CMYK 0 0.39 0.72 0.55
HSL 27.07º 0.56% 0.29% -
HSV(B) 27.07º 0.72% 0.45% -
XYZ 9.33 7.94 2.41 -
YUV 78.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 114 69 32 0 0.39 0.72 0.55 27.07 0.56 0.29
Hex 72 45 20 0 27 48 37 1B 38 1D
Octal 162 105 40 0 47 110 67 33 70 35
Binary 1110010 1000101 100000 0 100111 1001000 110111 11011 111000 11101

Color Harmonies of #724520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724520

Black with #724520

Text Example


Text Example

White with #724520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724520; }

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

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

background-color css

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

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

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

border-color css

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

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

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