#704519

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

Shades of Antique Brass #704519

Tints of Antique Brass #704519

Color information

#704519 (or 0x704519) is unknown color: approx Antique Brass. HEX triplet: 70, 45 and 19. RGB value is (112,69,25). Sum of RGB (Red+Green+Blue) = 112+69+25=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #704519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704519 is #8FBAE6. Grayscale: #4D4D4D. Windows color (decimal): -9419495 or 1656176. OLE color: 1656176.

HSL color Cylindrical-coordinate representation of color #704519: hue angle of 30.34º 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 #704519 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1126925-
CMYK00.380.780.56
HSL30.34º63.5%26.86%-
HSV(B)30.34º77.68%43.92%-
XYZ8.997.771.95-
YUV76.8498.75153.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=54.37%
G=33.50%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112692500.380.780.5630.3463.526.86
Hex7045190264E381e401b
Octal16010531046116703610033
Binary11100001000101110010100110100111011100011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704519; }

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

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

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

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

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

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

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

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