Html Css Color HEX #71491C Antique Brass

📋 copy color: '#71491C'

red 113 ◦ green 73 ◦ blue 28

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

Shades of Antique Brass #71491C

Tints of Antique Brass #71491C

RGB

 RED value IS 113 (44.53% from 255) = 52.8%

 GREEN value IS 73 (28.91% from 255) = 34.11%

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

R = 52.8%
G = 34.11%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71491C (or 0x71491C) is known color: Antique Brass. HEX triplet: 71, 49 and 1C. RGB value is (113,73,28). Sum of RGB (Red+Green+Blue) = 113+73+28=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71491C is #8EB6E3. Grayscale: #505050. Windows color (decimal): -9352932 or 1853809. OLE color: 1853809.

HSL color Cylindrical-coordinate representation of color #71491C: hue angle of 31.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71491C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 28 -
CMYK 0 0.35 0.75 0.56
HSL 31.76º 0.6% 0.28% -
HSV(B) 31.76º 0.75% 0.44% -
XYZ 9.4 8.36 2.22 -
YUV 79.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 113 73 28 0 0.35 0.75 0.56 31.76 0.6 0.28
Hex 71 49 1C 0 23 4B 38 20 3C 1C
Octal 161 111 34 0 43 113 70 40 74 34
Binary 1110001 1001001 11100 0 100011 1001011 111000 100000 111100 11100

Color Harmonies of #71491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71491C

Black with #71491C

Text Example


Text Example

White with #71491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,73,28); }

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

background-color css

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

 a { background-color: rgb(113,73,28); }

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

border-color css

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

 span { border-color: rgb(113,73,28); }

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