#704723

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

Shades of Antique Brass #704723

Tints of Antique Brass #704723

Color information

#704723 (or 0x704723) is unknown color: approx Antique Brass. HEX triplet: 70, 47 and 23. RGB value is (112,71,35). Sum of RGB (Red+Green+Blue) = 112+71+35=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704723 is #8FB8DC. Grayscale: #4F4F4F. Windows color (decimal): -9418973 or 2312048. OLE color: 2312048.

HSL color Cylindrical-coordinate representation of color #704723: hue angle of 28.05º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704723 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1127135-
CMYK00.370.690.56
HSL28.05º52.38%28.82%-
HSV(B)28.05º68.75%43.92%-
XYZ9.248.072.66-
YUV79.15103.08151.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=51.38%
G=32.57%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112713500.370.690.5628.0552.3828.82
Hex70472302545381c341d
Octal1601074304510570346435
Binary11100001000111100011010010110001011110001110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704723; }

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

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

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

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

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

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

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

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