Html Css Color HEX #724620 Antique Brass

📋 copy color: '#724620'

red 114 ◦ green 70 ◦ blue 32

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

Shades of Antique Brass #724620

Tints of Antique Brass #724620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 52.78%
G = 32.41%
B = 14.81%

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

#724620 (or 0x724620) is known color: Antique Brass. HEX triplet: 72, 46 and 20. RGB value is (114,70,32). Sum of RGB (Red+Green+Blue) = 114+70+32=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #724620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724620 is #8DB9DF. Grayscale: #4F4F4F. Windows color (decimal): -9288160 or 2115186. OLE color: 2115186.

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

Color convert

RGB 114 70 32 -
CMYK 0 0.39 0.72 0.55
HSL 27.8º 0.56% 0.29% -
HSV(B) 27.8º 0.72% 0.45% -
XYZ 9.39 8.06 2.43 -
YUV 78.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 114 70 32 0 0.39 0.72 0.55 27.8 0.56 0.29
Hex 72 46 20 0 27 48 37 1C 38 1D
Octal 162 106 40 0 47 110 67 34 70 35
Binary 1110010 1000110 100000 0 100111 1001000 110111 11100 111000 11101

Color Harmonies of #724620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724620

Black with #724620

Text Example


Text Example

White with #724620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724620; }

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

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

background-color css

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

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

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

border-color css

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

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

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