#70431C

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

Shades of Antique Brass #70431C

Tints of Antique Brass #70431C

Color information

#70431C (or 0x70431C) is unknown color: approx Antique Brass. HEX triplet: 70, 43 and 1C. RGB value is (112,67,28). Sum of RGB (Red+Green+Blue) = 112+67+28=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70431C is #8FBCE3. Grayscale: #4C4C4C. Windows color (decimal): -9420004 or 1852272. OLE color: 1852272.

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

Color convert

RGB1126728-
CMYK00.400.750.56
HSL27.86º60%27.45%-
HSV(B)27.86º75%43.92%-
XYZ8.97.542.09-
YUV76.01100.91153.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=54.11%
G=32.37%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112672800.400.750.5627.866027.45
Hex70431C0284B381c3c1b
Octal1601033405011370347433
Binary1110000100001111100010100010010111110001110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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