Html Css Color HEX #724D1F Antique Brass

📋 copy color: '#724D1F'

red 114 ◦ green 77 ◦ blue 31

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

Shades of Antique Brass #724D1F

Tints of Antique Brass #724D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 51.35%
G = 34.68%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#724D1F (or 0x724D1F) is known color: Antique Brass. HEX triplet: 72, 4D and 1F. RGB value is (114,77,31). Sum of RGB (Red+Green+Blue) = 114+77+31=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #724D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D1F is #8DB2E0. Grayscale: #535353. Windows color (decimal): -9286369 or 2051442. OLE color: 2051442.

HSL color Cylindrical-coordinate representation of color #724D1F: hue angle of 33.25º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #724D1F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 77 31 -
CMYK 0 0.32 0.73 0.55
HSL 33.25º 0.57% 0.28% -
HSV(B) 33.25º 0.73% 0.45% -
XYZ 9.84 8.98 2.51 -
YUV 82.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 114 77 31 0 0.32 0.73 0.55 33.25 0.57 0.28
Hex 72 4D 1F 0 20 49 37 21 39 1C
Octal 162 115 37 0 40 111 67 41 71 34
Binary 1110010 1001101 11111 0 100000 1001001 110111 100001 111001 11100

Color Harmonies of #724D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D1F

Black with #724D1F

Text Example


Text Example

White with #724D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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