#70411C

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

Shades of Antique Brass #70411C

Tints of Antique Brass #70411C

Color information

#70411C (or 0x70411C) is unknown color: approx Antique Brass. HEX triplet: 70, 41 and 1C. RGB value is (112,65,28). Sum of RGB (Red+Green+Blue) = 112+65+28=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70411C is #8FBEE3. Grayscale: #4B4B4B. Windows color (decimal): -9420516 or 1851760. OLE color: 1851760.

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

Color convert

RGB1126528-
CMYK00.420.750.56
HSL26.43º60%27.45%-
HSV(B)26.43º75%43.92%-
XYZ8.787.312.05-
YUV74.84101.57154.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=54.63%
G=31.71%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112652800.420.750.5626.436027.45
Hex70411C02A4B381a3c1b
Octal1601013405211370327433
Binary1110000100000111100010101010010111110001101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,65,28); }

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

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

 a { background-color: rgb(112,65,28); }

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

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

 span { border-color: rgb(112,65,28); }

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