#704317

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

Shades of Antique Brass #704317

Tints of Antique Brass #704317

Color information

#704317 (or 0x704317) is unknown color: approx Antique Brass. HEX triplet: 70, 43 and 17. RGB value is (112,67,23). Sum of RGB (Red+Green+Blue) = 112+67+23=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704317 is #8FBCE8. Grayscale: #4B4B4B. Windows color (decimal): -9420009 or 1524592. OLE color: 1524592.

HSL color Cylindrical-coordinate representation of color #704317: hue angle of 29.66º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #704317 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1126723-
CMYK00.400.790.56
HSL29.66º65.93%26.47%-
HSV(B)29.66º79.46%43.92%-
XYZ8.847.521.8-
YUV75.4498.41154.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 23 (9.38% from 255) = 11.39%
R=55.45%
G=33.17%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112672300.400.790.5629.6665.9326.47
Hex7043170284F381e421a
Octal16010327050117703610232
Binary11100001000011101110101000100111111100011110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704317; }

 p { color: rgb(112,67,23); }

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

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

 a { background-color: rgb(112,67,23); }

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

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

 span { border-color: rgb(112,67,23); }

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