#704D21

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

Shades of Antique Brass #704D21

Tints of Antique Brass #704D21

Color information

#704D21 (or 0x704D21) is unknown color: approx Antique Brass. HEX triplet: 70, 4D and 21. RGB value is (112,77,33). Sum of RGB (Red+Green+Blue) = 112+77+33=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D21 is #8FB2DE. Grayscale: #525252. Windows color (decimal): -9417439 or 2182512. OLE color: 2182512.

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

Color convert

RGB1127733-
CMYK00.310.710.56
HSL33.42º54.48%28.43%-
HSV(B)33.42º70.54%43.92%-
XYZ9.618.862.64-
YUV82.45100.1149.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=50.45%
G=34.68%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112773300.310.710.5633.4254.4828.43
Hex704D2101F473821361c
Octal1601154103710770416634
Binary11100001001101100001011111100011111100010000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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