Html Css Color HEX #724A20 Antique Brass

📋 copy color: '#724A20'

red 114 ◦ green 74 ◦ blue 32

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

Shades of Antique Brass #724A20

Tints of Antique Brass #724A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

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

R = 51.82%
G = 33.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#724A20 (or 0x724A20) is known color: Antique Brass. HEX triplet: 72, 4A and 20. RGB value is (114,74,32). Sum of RGB (Red+Green+Blue) = 114+74+32=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #724A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A20 is #8DB5DF. Grayscale: #515151. Windows color (decimal): -9287136 or 2116210. OLE color: 2116210.

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

Color convert

RGB 114 74 32 -
CMYK 0 0.35 0.72 0.55
HSL 30.73º 0.56% 0.29% -
HSV(B) 30.73º 0.72% 0.45% -
XYZ 9.65 8.58 2.51 -
YUV 81.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 114 74 32 0 0.35 0.72 0.55 30.73 0.56 0.29
Hex 72 4A 20 0 23 48 37 1F 38 1D
Octal 162 112 40 0 43 110 67 37 70 35
Binary 1110010 1001010 100000 0 100011 1001000 110111 11111 111000 11101

Color Harmonies of #724A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A20

Black with #724A20

Text Example


Text Example

White with #724A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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