#764D1E

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

Shades of Antique Brass #764D1E

Tints of Antique Brass #764D1E

Color information

#764D1E (or 0x764D1E) is unknown color: approx Antique Brass. HEX triplet: 76, 4D and 1E. RGB value is (118,77,30). Sum of RGB (Red+Green+Blue) = 118+77+30=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #764D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D1E is #89B2E1. Grayscale: #545454. Windows color (decimal): -9024226 or 1985910. OLE color: 1985910.

HSL color Cylindrical-coordinate representation of color #764D1E: hue angle of 32.05º 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 #764D1E is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1187730-
CMYK00.350.750.54
HSL32.05º59.46%29.02%-
HSV(B)32.05º74.58%46.27%-
XYZ10.369.252.47-
YUV83.997.58152.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=52.44%
G=34.22%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118773000.350.750.5432.0559.4629.02
Hex764D1E0234B36203b1d
Octal1661153604311366407335
Binary11101101001101111100100011100101111011010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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