Html Css Color HEX #724A1B Antique Brass

📋 copy color: '#724A1B'

red 114 ◦ green 74 ◦ blue 27

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

Shades of Antique Brass #724A1B

Tints of Antique Brass #724A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 53.02%
G = 34.42%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#724A1B (or 0x724A1B) is known color: Antique Brass. HEX triplet: 72, 4A and 1B. RGB value is (114,74,27). Sum of RGB (Red+Green+Blue) = 114+74+27=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #724A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A1B is #8DB5E4. Grayscale: #505050. Windows color (decimal): -9287141 or 1788530. OLE color: 1788530.

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

Color convert

RGB 114 74 27 -
CMYK 0 0.35 0.76 0.55
HSL 32.41º 0.62% 0.28% -
HSV(B) 32.41º 0.76% 0.45% -
XYZ 9.59 8.55 2.18 -
YUV 80.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 114 74 27 0 0.35 0.76 0.55 32.41 0.62 0.28
Hex 72 4A 1B 0 23 4C 37 20 3E 1C
Octal 162 112 33 0 43 114 67 40 76 34
Binary 1110010 1001010 11011 0 100011 1001100 110111 100000 111110 11100

Color Harmonies of #724A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A1B

Black with #724A1B

Text Example


Text Example

White with #724A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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