Html Css Color HEX #724218 Antique Brass

📋 copy color: '#724218'

red 114 ◦ green 66 ◦ blue 24

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

Shades of Antique Brass #724218

Tints of Antique Brass #724218

RGB

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

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

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

R = 55.88%
G = 32.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#724218 (or 0x724218) is known color: Antique Brass. HEX triplet: 72, 42 and 18. RGB value is (114,66,24). Sum of RGB (Red+Green+Blue) = 114+66+24=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #724218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724218 is #8DBDE7. Grayscale: #4B4B4B. Windows color (decimal): -9289192 or 1589874. OLE color: 1589874.

HSL color Cylindrical-coordinate representation of color #724218: hue angle of 28º 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 #724218 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 24 -
CMYK 0 0.42 0.79 0.55
HSL 28º 0.65% 0.27% -
HSV(B) 28º 0.79% 0.45% -
XYZ 9.05 7.54 1.84 -
YUV 75.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 114 66 24 0 0.42 0.79 0.55 28 0.65 0.27
Hex 72 42 18 0 2A 4F 37 1C 41 1B
Octal 162 102 30 0 52 117 67 34 101 33
Binary 1110010 1000010 11000 0 101010 1001111 110111 11100 1000001 11011

Color Harmonies of #724218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724218

Black with #724218

Text Example


Text Example

White with #724218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724218; }

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

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

background-color css

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

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

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

border-color css

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

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

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