Html Css Color HEX #724217 Antique Brass

📋 copy color: '#724217'

red 114 ◦ green 66 ◦ blue 23

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

Shades of Antique Brass #724217

Tints of Antique Brass #724217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 56.16%
G = 32.51%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#724217 (or 0x724217) is known color: Antique Brass. HEX triplet: 72, 42 and 17. RGB value is (114,66,23). Sum of RGB (Red+Green+Blue) = 114+66+23=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #724217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724217 is #8DBDE8. Grayscale: #4B4B4B. Windows color (decimal): -9289193 or 1524338. OLE color: 1524338.

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

Color convert

RGB 114 66 23 -
CMYK 0 0.42 0.80 0.55
HSL 28.35º 0.66% 0.27% -
HSV(B) 28.35º 0.8% 0.45% -
XYZ 9.04 7.54 1.79 -
YUV 75.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 114 66 23 0 0.42 0.80 0.55 28.35 0.66 0.27
Hex 72 42 17 0 2A 50 37 1C 42 1B
Octal 162 102 27 0 52 120 67 34 102 33
Binary 1110010 1000010 10111 0 101010 1010000 110111 11100 1000010 11011

Color Harmonies of #724217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724217

Black with #724217

Text Example


Text Example

White with #724217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724217; }

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

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

background-color css

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

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

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

border-color css

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

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

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