Html Css Color HEX #724C20 Antique Brass

📋 copy color: '#724C20'

red 114 ◦ green 76 ◦ blue 32

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

Shades of Antique Brass #724C20

Tints of Antique Brass #724C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

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

R = 51.35%
G = 34.23%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#724C20 (or 0x724C20) is known color: Antique Brass. HEX triplet: 72, 4C and 20. RGB value is (114,76,32). Sum of RGB (Red+Green+Blue) = 114+76+32=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #724C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C20 is #8DB3DF. Grayscale: #525252. Windows color (decimal): -9286624 or 2116722. OLE color: 2116722.

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

Color convert

RGB 114 76 32 -
CMYK 0 0.33 0.72 0.55
HSL 32.2º 0.56% 0.29% -
HSV(B) 32.2º 0.72% 0.45% -
XYZ 9.78 8.85 2.56 -
YUV 82.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 114 76 32 0 0.33 0.72 0.55 32.2 0.56 0.29
Hex 72 4C 20 0 21 48 37 20 38 1D
Octal 162 114 40 0 41 110 67 40 70 35
Binary 1110010 1001100 100000 0 100001 1001000 110111 100000 111000 11101

Color Harmonies of #724C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C20

Black with #724C20

Text Example


Text Example

White with #724C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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