Html Css Color HEX #724D21 Antique Brass

📋 copy color: '#724D21'

red 114 ◦ green 77 ◦ blue 33

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

Shades of Antique Brass #724D21

Tints of Antique Brass #724D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

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

R = 50.89%
G = 34.38%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#724D21 (or 0x724D21) is known color: Antique Brass. HEX triplet: 72, 4D and 21. RGB value is (114,77,33). Sum of RGB (Red+Green+Blue) = 114+77+33=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #724D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D21 is #8DB2DE. Grayscale: #535353. Windows color (decimal): -9286367 or 2182514. OLE color: 2182514.

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

Color convert

RGB 114 77 33 -
CMYK 0 0.32 0.71 0.55
HSL 32.59º 0.55% 0.29% -
HSV(B) 32.59º 0.71% 0.45% -
XYZ 9.87 8.99 2.65 -
YUV 83.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 114 77 33 0 0.32 0.71 0.55 32.59 0.55 0.29
Hex 72 4D 21 0 20 47 37 21 37 1D
Octal 162 115 41 0 40 107 67 41 67 35
Binary 1110010 1001101 100001 0 100000 1000111 110111 100001 110111 11101

Color Harmonies of #724D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D21

Black with #724D21

Text Example


Text Example

White with #724D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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