#764E20

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

Shades of Antique Brass #764E20

Tints of Antique Brass #764E20

Color information

#764E20 (or 0x764E20) is unknown color: approx Antique Brass. HEX triplet: 76, 4E and 20. RGB value is (118,78,32). Sum of RGB (Red+Green+Blue) = 118+78+32=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #764E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E20 is #89B1DF. Grayscale: #545454. Windows color (decimal): -9023968 or 2117238. OLE color: 2117238.

HSL color Cylindrical-coordinate representation of color #764E20: hue angle of 32.09º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #764E20 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1187832-
CMYK00.340.730.54
HSL32.09º57.33%29.41%-
HSV(B)32.09º72.88%46.27%-
XYZ10.469.42.63-
YUV84.7298.25151.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=51.75%
G=34.21%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118783200.340.730.5432.0957.3329.41
Hex764E20022493620391d
Octal1661164004211166407135
Binary111011010011101000000100010100100111011010000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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