#764a1e

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

Shades of Antique Brass #764A1E

Tints of Antique Brass #764A1E

Color information

#764A1E (or 0x764A1E) is unknown color: approx Antique Brass. HEX triplet: 76, 4A and 1E. RGB value is (118,74,30). Sum of RGB (Red+Green+Blue) = 118+74+30=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #764A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A1E is #89B5E1. Grayscale: #525252. Windows color (decimal): -9024994 or 1985142. OLE color: 1985142.

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

Color convert

RGB1187430-
CMYK00.370.750.54
HSL30º59.46%29.02%-
HSV(B)30º74.58%46.27%-
XYZ10.158.842.4-
YUV82.1498.58153.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=53.15%
G=33.33%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118743000.370.750.543059.4629.02
Hex764A1E0254B361e3b1d
Octal1661123604511366367335
Binary1110110100101011110010010110010111101101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,74,30); }

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

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

 a { background-color: rgb(118,74,30); }

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

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

 span { border-color: rgb(118,74,30); }

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