Html Css Color HEX #73471A Antique Brass

📋 copy color: '#73471A'

red 115 ◦ green 71 ◦ blue 26

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

Shades of Antique Brass #73471A

Tints of Antique Brass #73471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 54.25%
G = 33.49%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73471A (or 0x73471A) is known color: Antique Brass. HEX triplet: 73, 47 and 1A. RGB value is (115,71,26). Sum of RGB (Red+Green+Blue) = 115+71+26=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73471A is #8CB8E5. Grayscale: #4F4F4F. Windows color (decimal): -9222374 or 1722227. OLE color: 1722227.

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

Color convert

RGB 115 71 26 -
CMYK 0 0.38 0.77 0.55
HSL 30.34º 0.63% 0.28% -
HSV(B) 30.34º 0.77% 0.45% -
XYZ 9.51 8.23 2.06 -
YUV 79.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 115 71 26 0 0.38 0.77 0.55 30.34 0.63 0.28
Hex 73 47 1A 0 26 4D 37 1E 3F 1C
Octal 163 107 32 0 46 115 67 36 77 34
Binary 1110011 1000111 11010 0 100110 1001101 110111 11110 111111 11100

Color Harmonies of #73471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73471A

Black with #73471A

Text Example


Text Example

White with #73471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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