#70491E

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

Shades of Antique Brass #70491E

Tints of Antique Brass #70491E

Color information

#70491E (or 0x70491E) is unknown color: approx Antique Brass. HEX triplet: 70, 49 and 1E. RGB value is (112,73,30). Sum of RGB (Red+Green+Blue) = 112+73+30=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70491E is #8FB6E1. Grayscale: #4F4F4F. Windows color (decimal): -9418466 or 1984880. OLE color: 1984880.

HSL color Cylindrical-coordinate representation of color #70491E: hue angle of 31.46º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70491E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1127330-
CMYK00.350.730.56
HSL31.46º57.75%27.84%-
HSV(B)31.46º73.21%43.92%-
XYZ9.38.32.34-
YUV79.7699.92151-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=52.09%
G=33.95%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112733000.350.730.5631.4657.7527.84
Hex70491E02349381f3a1c
Octal1601113604311170377234
Binary1110000100100111110010001110010011110001111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70491E; }

 p { color: rgb(112,73,30); }

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

<style>
 a { background-color: #70491E; }

 a { background-color: rgb(112,73,30); }

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

<style>
 span { border-color: #70491E; }

 span { border-color: rgb(112,73,30); }

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