Html Css Color HEX #73471C Antique Brass

📋 copy color: '#73471C'

red 115 ◦ green 71 ◦ blue 28

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

Shades of Antique Brass #73471C

Tints of Antique Brass #73471C

RGB

 RED value IS 115 (45.31% from 255) = 53.74%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 53.74%
G = 33.18%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73471C (or 0x73471C) is known color: Antique Brass. HEX triplet: 73, 47 and 1C. RGB value is (115,71,28). Sum of RGB (Red+Green+Blue) = 115+71+28=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73471C is #8CB8E3. Grayscale: #4F4F4F. Windows color (decimal): -9222372 or 1853299. OLE color: 1853299.

HSL color Cylindrical-coordinate representation of color #73471C: hue angle of 29.66º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73471C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 28 -
CMYK 0 0.38 0.76 0.55
HSL 29.66º 0.61% 0.28% -
HSV(B) 29.66º 0.76% 0.45% -
XYZ 9.53 8.24 2.19 -
YUV 79.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 115 71 28 0 0.38 0.76 0.55 29.66 0.61 0.28
Hex 73 47 1C 0 26 4C 37 1E 3D 1C
Octal 163 107 34 0 46 114 67 36 75 34
Binary 1110011 1000111 11100 0 100110 1001100 110111 11110 111101 11100

Color Harmonies of #73471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73471C

Black with #73471C

Text Example


Text Example

White with #73471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73471C; }

 p { color: rgb(115,71,28); }

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

background-color css

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

 a { background-color: rgb(115,71,28); }

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

border-color css

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

 span { border-color: rgb(115,71,28); }

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