Html Css Color HEX #724A22 Antique Brass

📋 copy color: '#724A22'

red 114 ◦ green 74 ◦ blue 34

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

Shades of Antique Brass #724A22

Tints of Antique Brass #724A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.32%

R = 51.35%
G = 33.33%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#724A22 (or 0x724A22) is known color: Antique Brass. HEX triplet: 72, 4A and 22. RGB value is (114,74,34). Sum of RGB (Red+Green+Blue) = 114+74+34=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #724A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A22 is #8DB5DD. Grayscale: #515151. Windows color (decimal): -9287134 or 2247282. OLE color: 2247282.

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

Color convert

RGB 114 74 34 -
CMYK 0 0.35 0.70 0.55
HSL 30º 0.54% 0.29% -
HSV(B) 30º 0.7% 0.45% -
XYZ 9.68 8.59 2.66 -
YUV 81.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 114 74 34 0 0.35 0.70 0.55 30 0.54 0.29
Hex 72 4A 22 0 23 46 37 1E 36 1D
Octal 162 112 42 0 43 106 67 36 66 35
Binary 1110010 1001010 100010 0 100011 1000110 110111 11110 110110 11101

Color Harmonies of #724A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A22

Black with #724A22

Text Example


Text Example

White with #724A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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