Html Css Color HEX #724118 Antique Brass

📋 copy color: '#724118'

red 114 ◦ green 65 ◦ blue 24

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

Shades of Antique Brass #724118

Tints of Antique Brass #724118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 56.16%
G = 32.02%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#724118 (or 0x724118) is known color: Antique Brass. HEX triplet: 72, 41 and 18. RGB value is (114,65,24). Sum of RGB (Red+Green+Blue) = 114+65+24=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #724118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724118 is #8DBEE7. Grayscale: #4B4B4B. Windows color (decimal): -9289448 or 1589618. OLE color: 1589618.

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

Color convert

RGB 114 65 24 -
CMYK 0 0.43 0.79 0.55
HSL 27.33º 0.65% 0.27% -
HSV(B) 27.33º 0.79% 0.45% -
XYZ 8.99 7.42 1.82 -
YUV 74.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 114 65 24 0 0.43 0.79 0.55 27.33 0.65 0.27
Hex 72 41 18 0 2B 4F 37 1B 41 1B
Octal 162 101 30 0 53 117 67 33 101 33
Binary 1110010 1000001 11000 0 101011 1001111 110111 11011 1000001 11011

Color Harmonies of #724118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724118

Black with #724118

Text Example


Text Example

White with #724118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724118; }

 p { color: rgb(114,65,24); }

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

background-color css

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

 a { background-color: rgb(114,65,24); }

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

border-color css

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

 span { border-color: rgb(114,65,24); }

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