#70501E

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

Shades of Antique Brass #70501E

Tints of Antique Brass #70501E

Color information

#70501E (or 0x70501E) is unknown color: approx Antique Brass. HEX triplet: 70, 50 and 1E. RGB value is (112,80,30). Sum of RGB (Red+Green+Blue) = 112+80+30=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70501E is #8FAFE1. Grayscale: #545454. Windows color (decimal): -9416674 or 1986672. OLE color: 1986672.

HSL color Cylindrical-coordinate representation of color #70501E: hue angle of 36.59º 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 #70501E is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1128030-
CMYK00.290.730.56
HSL36.59º57.75%27.84%-
HSV(B)36.59º73.21%43.92%-
XYZ9.799.282.5-
YUV83.8797.6148.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=50.45%
G=36.04%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112803000.290.730.5636.5957.7527.84
Hex70501E01D4938253a1c
Octal1601203603511170457234
Binary1110000101000011110011101100100111100010010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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