#764E21

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

Shades of Antique Brass #764E21

Tints of Antique Brass #764E21

Color information

#764E21 (or 0x764E21) is unknown color: approx Antique Brass. HEX triplet: 76, 4E and 21. RGB value is (118,78,33). Sum of RGB (Red+Green+Blue) = 118+78+33=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #764E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E21 is #89B1DE. Grayscale: #555555. Windows color (decimal): -9023967 or 2182774. OLE color: 2182774.

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

Color convert

RGB1187833-
CMYK00.340.720.54
HSL31.76º56.29%29.61%-
HSV(B)31.76º72.03%46.27%-
XYZ10.479.412.7-
YUV84.8398.75151.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=51.53%
G=34.06%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118783300.340.720.5431.7656.2929.61
Hex764E21022483620381e
Octal1661164104211066407036
Binary111011010011101000010100010100100011011010000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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