#704719

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

Shades of Antique Brass #704719

Tints of Antique Brass #704719

Color information

#704719 (or 0x704719) is unknown color: approx Antique Brass. HEX triplet: 70, 47 and 19. RGB value is (112,71,25). Sum of RGB (Red+Green+Blue) = 112+71+25=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704719 is #8FB8E6. Grayscale: #4E4E4E. Windows color (decimal): -9418983 or 1656688. OLE color: 1656688.

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

Color convert

RGB1127125-
CMYK00.370.780.56
HSL31.72º63.5%26.86%-
HSV(B)31.72º77.68%43.92%-
XYZ9.118.021.99-
YUV78.0198.08152.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=53.85%
G=34.13%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112712500.370.780.5631.7263.526.86
Hex7047190254E3820401b
Octal16010731045116704010033
Binary111000010001111100101001011001110111000100000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704719; }

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

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

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

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

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

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

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

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