#704E21

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

Shades of Antique Brass #704E21

Tints of Antique Brass #704E21

Color information

#704E21 (or 0x704E21) is unknown color: approx Antique Brass. HEX triplet: 70, 4E and 21. RGB value is (112,78,33). Sum of RGB (Red+Green+Blue) = 112+78+33=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E21 is #8FB1DE. Grayscale: #535353. Windows color (decimal): -9417183 or 2182768. OLE color: 2182768.

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

Color convert

RGB1127833-
CMYK00.300.710.56
HSL34.18º54.48%28.43%-
HSV(B)34.18º70.54%43.92%-
XYZ9.6892.67-
YUV83.0499.76148.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=50.22%
G=34.98%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112783300.300.710.5634.1854.4828.43
Hex704E2101E473822361c
Octal1601164103610770426634
Binary11100001001110100001011110100011111100010001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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