Html Css Color HEX #724C21 Antique Brass

📋 copy color: '#724C21'

red 114 ◦ green 76 ◦ blue 33

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

Shades of Antique Brass #724C21

Tints of Antique Brass #724C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 51.12%
G = 34.08%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#724C21 (or 0x724C21) is known color: Antique Brass. HEX triplet: 72, 4C and 21. RGB value is (114,76,33). Sum of RGB (Red+Green+Blue) = 114+76+33=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #724C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C21 is #8DB3DE. Grayscale: #525252. Windows color (decimal): -9286623 or 2182258. OLE color: 2182258.

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

Color convert

RGB 114 76 33 -
CMYK 0 0.33 0.71 0.55
HSL 31.85º 0.55% 0.29% -
HSV(B) 31.85º 0.71% 0.45% -
XYZ 9.8 8.86 2.63 -
YUV 82.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 114 76 33 0 0.33 0.71 0.55 31.85 0.55 0.29
Hex 72 4C 21 0 21 47 37 20 37 1D
Octal 162 114 41 0 41 107 67 40 67 35
Binary 1110010 1001100 100001 0 100001 1000111 110111 100000 110111 11101

Color Harmonies of #724C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C21

Black with #724C21

Text Example


Text Example

White with #724C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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