Html Css Color HEX #724A21 Antique Brass

📋 copy color: '#724A21'

red 114 ◦ green 74 ◦ blue 33

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

Shades of Antique Brass #724A21

Tints of Antique Brass #724A21

RGB

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

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

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

R = 51.58%
G = 33.48%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#724A21 (or 0x724A21) is known color: Antique Brass. HEX triplet: 72, 4A and 21. RGB value is (114,74,33). Sum of RGB (Red+Green+Blue) = 114+74+33=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #724A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A21 is #8DB5DE. Grayscale: #515151. Windows color (decimal): -9287135 or 2181746. OLE color: 2181746.

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

Color convert

RGB 114 74 33 -
CMYK 0 0.35 0.71 0.55
HSL 30.37º 0.55% 0.29% -
HSV(B) 30.37º 0.71% 0.45% -
XYZ 9.66 8.58 2.59 -
YUV 81.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 114 74 33 0 0.35 0.71 0.55 30.37 0.55 0.29
Hex 72 4A 21 0 23 47 37 1E 37 1D
Octal 162 112 41 0 43 107 67 36 67 35
Binary 1110010 1001010 100001 0 100011 1000111 110111 11110 110111 11101

Color Harmonies of #724A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A21

Black with #724A21

Text Example


Text Example

White with #724A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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