#71471B

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

Shades of Antique Brass #71471B

Tints of Antique Brass #71471B

Color information

#71471B (or 0x71471B) is unknown color: approx Antique Brass. HEX triplet: 71, 47 and 1B. RGB value is (113,71,27). Sum of RGB (Red+Green+Blue) = 113+71+27=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71471B is #8EB8E4. Grayscale: #4E4E4E. Windows color (decimal): -9353445 or 1787761. OLE color: 1787761.

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

Color convert

RGB1137127-
CMYK00.370.760.56
HSL30.7º61.43%27.45%-
HSV(B)30.7º76.11%44.31%-
XYZ9.268.12.11-
YUV78.5498.91152.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=53.55%
G=33.65%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113712700.370.760.5630.761.4327.45
Hex71471B0254C381f3d1b
Octal1611073304511470377533
Binary1110001100011111011010010110011001110001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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