Html Css Color HEX #724B20 Antique Brass

📋 copy color: '#724B20'

red 114 ◦ green 75 ◦ blue 32

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

Shades of Antique Brass #724B20

Tints of Antique Brass #724B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.94%

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

R = 51.58%
G = 33.94%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#724B20 (or 0x724B20) is known color: Antique Brass. HEX triplet: 72, 4B and 20. RGB value is (114,75,32). Sum of RGB (Red+Green+Blue) = 114+75+32=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #724B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B20 is #8DB4DF. Grayscale: #515151. Windows color (decimal): -9286880 or 2116466. OLE color: 2116466.

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

Color convert

RGB 114 75 32 -
CMYK 0 0.34 0.72 0.55
HSL 31.46º 0.56% 0.29% -
HSV(B) 31.46º 0.72% 0.45% -
XYZ 9.72 8.71 2.54 -
YUV 81.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 114 75 32 0 0.34 0.72 0.55 31.46 0.56 0.29
Hex 72 4B 20 0 22 48 37 1F 38 1D
Octal 162 113 40 0 42 110 67 37 70 35
Binary 1110010 1001011 100000 0 100010 1001000 110111 11111 111000 11101

Color Harmonies of #724B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B20

Black with #724B20

Text Example


Text Example

White with #724B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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