#704316

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

Shades of Antique Brass #704316

Tints of Antique Brass #704316

Color information

#704316 (or 0x704316) is unknown color: approx Antique Brass. HEX triplet: 70, 43 and 16. RGB value is (112,67,22). Sum of RGB (Red+Green+Blue) = 112+67+22=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704316 is #8FBCE9. Grayscale: #4B4B4B. Windows color (decimal): -9420010 or 1459056. OLE color: 1459056.

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

Color convert

RGB1126722-
CMYK00.400.800.56
HSL30º67.16%26.27%-
HSV(B)30º80.36%43.92%-
XYZ8.837.521.74-
YUV75.3297.91154.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=55.72%
G=33.33%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112672200.400.800.563067.1626.27
Hex70431602850381e431a
Octal16010326050120703610332
Binary11100001000011101100101000101000011100011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704316; }

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

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

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

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

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

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

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

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