Html Css Color HEX #724C22 Antique Brass

📋 copy color: '#724C22'

red 114 ◦ green 76 ◦ blue 34

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

Shades of Antique Brass #724C22

Tints of Antique Brass #724C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 50.89%
G = 33.93%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#724C22 (or 0x724C22) is known color: Antique Brass. HEX triplet: 72, 4C and 22. RGB value is (114,76,34). Sum of RGB (Red+Green+Blue) = 114+76+34=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #724C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C22 is #8DB3DD. Grayscale: #525252. Windows color (decimal): -9286622 or 2247794. OLE color: 2247794.

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

Color convert

RGB 114 76 34 -
CMYK 0 0.33 0.70 0.55
HSL 31.5º 0.54% 0.29% -
HSV(B) 31.5º 0.7% 0.45% -
XYZ 9.81 8.86 2.71 -
YUV 82.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 114 76 34 0 0.33 0.70 0.55 31.5 0.54 0.29
Hex 72 4C 22 0 21 46 37 1F 36 1D
Octal 162 114 42 0 41 106 67 37 66 35
Binary 1110010 1001100 100010 0 100001 1000110 110111 11111 110110 11101

Color Harmonies of #724C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C22

Black with #724C22

Text Example


Text Example

White with #724C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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