#71471C

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

Shades of Antique Brass #71471C

Tints of Antique Brass #71471C

Color information

#71471C (or 0x71471C) is unknown color: approx Antique Brass. HEX triplet: 71, 47 and 1C. RGB value is (113,71,28). Sum of RGB (Red+Green+Blue) = 113+71+28=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71471C is #8EB8E3. Grayscale: #4E4E4E. Windows color (decimal): -9353444 or 1853297. OLE color: 1853297.

HSL color Cylindrical-coordinate representation of color #71471C: hue angle of 30.35º 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 #71471C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1137128-
CMYK00.370.750.56
HSL30.35º60.28%27.65%-
HSV(B)30.35º75.22%44.31%-
XYZ9.278.12.17-
YUV78.6699.41152.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=53.30%
G=33.49%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113712800.370.750.5630.3560.2827.65
Hex71471C0254B381e3c1c
Octal1611073404511370367434
Binary1110001100011111100010010110010111110001111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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