Html Css Color HEX #724015 Antique Brass

📋 copy color: '#724015'

red 114 ◦ green 64 ◦ blue 21

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

Shades of Antique Brass #724015

Tints of Antique Brass #724015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 57.29%
G = 32.16%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724015 (or 0x724015) is known color: Antique Brass. HEX triplet: 72, 40 and 15. RGB value is (114,64,21). Sum of RGB (Red+Green+Blue) = 114+64+21=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #724015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724015 is #8DBFEA. Grayscale: #4A4A4A. Windows color (decimal): -9289707 or 1392754. OLE color: 1392754.

HSL color Cylindrical-coordinate representation of color #724015: hue angle of 27.74º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #724015 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 21 -
CMYK 0 0.44 0.82 0.55
HSL 27.74º 0.69% 0.26% -
HSV(B) 27.74º 0.82% 0.45% -
XYZ 8.91 7.3 1.65 -
YUV 74.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 114 64 21 0 0.44 0.82 0.55 27.74 0.69 0.26
Hex 72 40 15 0 2C 52 37 1C 45 1A
Octal 162 100 25 0 54 122 67 34 105 32
Binary 1110010 1000000 10101 0 101100 1010010 110111 11100 1000101 11010

Color Harmonies of #724015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724015

Black with #724015

Text Example


Text Example

White with #724015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724015; }

 p { color: rgb(114,64,21); }

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

background-color css

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

 a { background-color: rgb(114,64,21); }

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

border-color css

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

 span { border-color: rgb(114,64,21); }

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