#71471E

Color #71471E Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #71471E

Tints of Antique Brass #71471E

Color information

#71471E (or 0x71471E) is unknown color: approx Antique Brass. HEX triplet: 71, 47 and 1E. RGB value is (113,71,30). Sum of RGB (Red+Green+Blue) = 113+71+30=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71471E is #8EB8E1. Grayscale: #4F4F4F. Windows color (decimal): -9353442 or 1984369. OLE color: 1984369.

HSL color Cylindrical-coordinate representation of color #71471E: hue angle of 29.64º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71471E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1137130-
CMYK00.370.730.56
HSL29.64º58.04%28.04%-
HSV(B)29.64º73.45%44.31%-
XYZ9.38.112.3-
YUV78.88100.41152.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=52.80%
G=33.18%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113713000.370.730.5629.6458.0428.04
Hex71471E02549381e3a1c
Octal1611073604511170367234
Binary1110001100011111110010010110010011110001111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71471E; }

 p { color: rgb(113,71,30); }

 H1.HeaderClassName
 {
   color: #71471E;
 }
 .AnyTagClassName
 {
   color: #71471E;
 }
</style>
background-color css

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

 a { background-color: rgb(113,71,30); }

 div.DivClassName
 {
   background-color: #71471E;
 }
 .BgClassName
 {
   background-color: #71471E;
 }
</style>
border-color css

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

 span { border-color: rgb(113,71,30); }

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