#784E20

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

Shades of Antique Brass #784E20

Tints of Antique Brass #784E20

Color information

#784E20 (or 0x784E20) is unknown color: approx Antique Brass. HEX triplet: 78, 4E and 20. RGB value is (120,78,32). Sum of RGB (Red+Green+Blue) = 120+78+32=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #784E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E20 is #87B1DF. Grayscale: #555555. Windows color (decimal): -8892896 or 2117240. OLE color: 2117240.

HSL color Cylindrical-coordinate representation of color #784E20: hue angle of 31.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #784E20 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1207832-
CMYK00.350.730.53
HSL31.36º57.89%29.8%-
HSV(B)31.36º73.33%47.06%-
XYZ10.739.552.64-
YUV85.3197.91152.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=52.17%
G=33.91%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120783200.350.730.5331.3657.8929.8
Hex784E2002349351f3a1e
Octal1701164004311165377236
Binary11110001001110100000010001110010011101011111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784E20; }

 p { color: rgb(120,78,32); }

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

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

 a { background-color: rgb(120,78,32); }

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

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

 span { border-color: rgb(120,78,32); }

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