Html Css Color HEX #724A23 Antique Brass

📋 copy color: '#724A23'

red 114 ◦ green 74 ◦ blue 35

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

Shades of Antique Brass #724A23

Tints of Antique Brass #724A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.7%

R = 51.12%
G = 33.18%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#724A23 (or 0x724A23) is known color: Antique Brass. HEX triplet: 72, 4A and 23. RGB value is (114,74,35). Sum of RGB (Red+Green+Blue) = 114+74+35=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #724A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A23 is #8DB5DC. Grayscale: #515151. Windows color (decimal): -9287133 or 2312818. OLE color: 2312818.

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

Color convert

RGB 114 74 35 -
CMYK 0 0.35 0.69 0.55
HSL 29.62º 0.53% 0.29% -
HSV(B) 29.62º 0.69% 0.45% -
XYZ 9.69 8.6 2.74 -
YUV 81.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 114 74 35 0 0.35 0.69 0.55 29.62 0.53 0.29
Hex 72 4A 23 0 23 45 37 1E 35 1D
Octal 162 112 43 0 43 105 67 36 65 35
Binary 1110010 1001010 100011 0 100011 1000101 110111 11110 110101 11101

Color Harmonies of #724A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A23

Black with #724A23

Text Example


Text Example

White with #724A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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