Html Css Color HEX #724219 Antique Brass

📋 copy color: '#724219'

red 114 ◦ green 66 ◦ blue 25

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

Shades of Antique Brass #724219

Tints of Antique Brass #724219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 25 (10.16% from 255) = 12.2%

R = 55.61%
G = 32.2%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#724219 (or 0x724219) is known color: Antique Brass. HEX triplet: 72, 42 and 19. RGB value is (114,66,25). Sum of RGB (Red+Green+Blue) = 114+66+25=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #724219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724219 is #8DBDE6. Grayscale: #4B4B4B. Windows color (decimal): -9289191 or 1655410. OLE color: 1655410.

HSL color Cylindrical-coordinate representation of color #724219: hue angle of 27.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #724219 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 25 -
CMYK 0 0.42 0.78 0.55
HSL 27.64º 0.64% 0.27% -
HSV(B) 27.64º 0.78% 0.45% -
XYZ 9.06 7.54 1.9 -
YUV 75.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 114 66 25 0 0.42 0.78 0.55 27.64 0.64 0.27
Hex 72 42 19 0 2A 4E 37 1C 40 1B
Octal 162 102 31 0 52 116 67 34 100 33
Binary 1110010 1000010 11001 0 101010 1001110 110111 11100 1000000 11011

Color Harmonies of #724219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724219

Black with #724219

Text Example


Text Example

White with #724219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724219; }

 p { color: rgb(114,66,25); }

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

background-color css

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

 a { background-color: rgb(114,66,25); }

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

border-color css

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

 span { border-color: rgb(114,66,25); }

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