#71451C

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

Shades of Antique Brass #71451C

Tints of Antique Brass #71451C

Color information

#71451C (or 0x71451C) is unknown color: approx Antique Brass. HEX triplet: 71, 45 and 1C. RGB value is (113,69,28). Sum of RGB (Red+Green+Blue) = 113+69+28=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71451C is #8EBAE3. Grayscale: #4D4D4D. Windows color (decimal): -9353956 or 1852785. OLE color: 1852785.

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

Color convert

RGB1136928-
CMYK00.390.750.56
HSL28.94º60.28%27.65%-
HSV(B)28.94º75.22%44.31%-
XYZ9.157.852.13-
YUV77.48100.08153.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=53.81%
G=32.86%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113692800.390.750.5628.9460.2827.65
Hex71451C0274B381d3c1c
Octal1611053404711370357434
Binary1110001100010111100010011110010111110001110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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