Html Css Color HEX #724115 Antique Brass

📋 copy color: '#724115'

red 114 ◦ green 65 ◦ blue 21

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

Shades of Antique Brass #724115

Tints of Antique Brass #724115

RGB

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

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

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

R = 57%
G = 32.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#724115 (or 0x724115) is known color: Antique Brass. HEX triplet: 72, 41 and 15. RGB value is (114,65,21). Sum of RGB (Red+Green+Blue) = 114+65+21=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #724115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724115 is #8DBEEA. Grayscale: #4A4A4A. Windows color (decimal): -9289451 or 1393010. OLE color: 1393010.

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

Color convert

RGB 114 65 21 -
CMYK 0 0.43 0.82 0.55
HSL 28.39º 0.69% 0.26% -
HSV(B) 28.39º 0.82% 0.45% -
XYZ 8.97 7.41 1.67 -
YUV 74.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 114 65 21 0 0.43 0.82 0.55 28.39 0.69 0.26
Hex 72 41 15 0 2B 52 37 1C 45 1A
Octal 162 101 25 0 53 122 67 34 105 32
Binary 1110010 1000001 10101 0 101011 1010010 110111 11100 1000101 11010

Color Harmonies of #724115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724115

Black with #724115

Text Example


Text Example

White with #724115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724115; }

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

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

background-color css

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

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

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

border-color css

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

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

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