#704219

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

Shades of Antique Brass #704219

Tints of Antique Brass #704219

Color information

#704219 (or 0x704219) is unknown color: approx Antique Brass. HEX triplet: 70, 42 and 19. RGB value is (112,66,25). Sum of RGB (Red+Green+Blue) = 112+66+25=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704219 is #8FBDE6. Grayscale: #4B4B4B. Windows color (decimal): -9420263 or 1655408. OLE color: 1655408.

HSL color Cylindrical-coordinate representation of color #704219: hue angle of 28.28º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #704219 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1126625-
CMYK00.410.780.56
HSL28.28º63.5%26.86%-
HSV(B)28.28º77.68%43.92%-
XYZ8.817.411.89-
YUV75.0899.74154.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=55.17%
G=32.51%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112662500.410.780.5628.2863.526.86
Hex7042190294E381c401b
Octal16010231051116703410033
Binary11100001000010110010101001100111011100011100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704219; }

 p { color: rgb(112,66,25); }

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

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

 a { background-color: rgb(112,66,25); }

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

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

 span { border-color: rgb(112,66,25); }

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