#704421

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

Shades of Antique Brass #704421

Tints of Antique Brass #704421

Color information

#704421 (or 0x704421) is unknown color: approx Antique Brass. HEX triplet: 70, 44 and 21. RGB value is (112,68,33). Sum of RGB (Red+Green+Blue) = 112+68+33=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704421 is #8FBBDE. Grayscale: #4D4D4D. Windows color (decimal): -9419743 or 2180208. OLE color: 2180208.

HSL color Cylindrical-coordinate representation of color #704421: hue angle of 26.58º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #704421 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1126833-
CMYK00.390.710.56
HSL26.58º54.48%28.43%-
HSV(B)26.58º70.54%43.92%-
XYZ9.027.692.45-
YUV77.17103.08152.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=52.58%
G=31.92%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112683300.390.710.5626.5854.4828.43
Hex70442102747381b361c
Octal1601044104710770336634
Binary11100001000100100001010011110001111110001101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704421; }

 p { color: rgb(112,68,33); }

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

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

 a { background-color: rgb(112,68,33); }

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

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

 span { border-color: rgb(112,68,33); }

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