#70441C

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

Shades of Antique Brass #70441C

Tints of Antique Brass #70441C

Color information

#70441C (or 0x70441C) is unknown color: approx Antique Brass. HEX triplet: 70, 44 and 1C. RGB value is (112,68,28). Sum of RGB (Red+Green+Blue) = 112+68+28=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70441C is #8FBBE3. Grayscale: #4C4C4C. Windows color (decimal): -9419748 or 1852528. OLE color: 1852528.

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

Color convert

RGB1126828-
CMYK00.390.750.56
HSL28.57º60%27.45%-
HSV(B)28.57º75%43.92%-
XYZ8.967.662.11-
YUV76.6100.58153.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=53.85%
G=32.69%
B=13.46%

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
Decimal112682800.390.750.5628.576027.45
Hex70441C0274B381d3c1b
Octal1601043404711370357433
Binary1110000100010011100010011110010111110001110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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