#704C21

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

Shades of Antique Brass #704C21

Tints of Antique Brass #704C21

Color information

#704C21 (or 0x704C21) is unknown color: approx Antique Brass. HEX triplet: 70, 4C and 21. RGB value is (112,76,33). Sum of RGB (Red+Green+Blue) = 112+76+33=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C21 is #8FB3DE. Grayscale: #525252. Windows color (decimal): -9417695 or 2182256. OLE color: 2182256.

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

Color convert

RGB1127633-
CMYK00.320.710.56
HSL32.66º54.48%28.43%-
HSV(B)32.66º70.54%43.92%-
XYZ9.548.722.62-
YUV81.86100.43149.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=50.68%
G=34.39%
B=14.93%

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
Decimal112763300.320.710.5632.6654.4828.43
Hex704C21020473821361c
Octal1601144104010770416634
Binary111000010011001000010100000100011111100010000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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