#704C20

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

Shades of Antique Brass #704C20

Tints of Antique Brass #704C20

Color information

#704C20 (or 0x704C20) is unknown color: approx Antique Brass. HEX triplet: 70, 4C and 20. RGB value is (112,76,32). Sum of RGB (Red+Green+Blue) = 112+76+32=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C20 is #8FB3DF. Grayscale: #515151. Windows color (decimal): -9417696 or 2116720. OLE color: 2116720.

HSL color Cylindrical-coordinate representation of color #704C20: hue angle of 33º degrees, saturation: 0.56, 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 #704C20 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1127632-
CMYK00.320.710.56
HSL33º55.56%28.24%-
HSV(B)33º71.43%43.92%-
XYZ9.538.722.55-
YUV81.7599.93149.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=50.91%
G=34.55%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112763200.320.710.563355.5628.24
Hex704C20020473821381c
Octal1601144004010770417034
Binary111000010011001000000100000100011111100010000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704C20; }

 p { color: rgb(112,76,32); }

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

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

 a { background-color: rgb(112,76,32); }

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

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

 span { border-color: rgb(112,76,32); }

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