#764921

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

Shades of Antique Brass #764921

Tints of Antique Brass #764921

Color information

#764921 (or 0x764921) is unknown color: approx Antique Brass. HEX triplet: 76, 49 and 21. RGB value is (118,73,33). Sum of RGB (Red+Green+Blue) = 118+73+33=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764921 is #89B6DE. Grayscale: #525252. Windows color (decimal): -9025247 or 2181494. OLE color: 2181494.

HSL color Cylindrical-coordinate representation of color #764921: hue angle of 28.24º 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 #764921 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1187333-
CMYK00.380.720.54
HSL28.24º56.29%29.61%-
HSV(B)28.24º72.03%46.27%-
XYZ10.138.732.59-
YUV81.9100.41153.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=52.68%
G=32.59%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118733300.380.720.5428.2456.2929.61
Hex76492102648361c381e
Octal1661114104611066347036
Binary11101101001001100001010011010010001101101110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764921; }

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

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

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

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

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

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

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

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