#764822

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

Shades of Antique Brass #764822

Tints of Antique Brass #764822

Color information

#764822 (or 0x764822) is unknown color: approx Antique Brass. HEX triplet: 76, 48 and 22. RGB value is (118,72,34). Sum of RGB (Red+Green+Blue) = 118+72+34=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764822 is #89B7DD. Grayscale: #515151. Windows color (decimal): -9025502 or 2246774. OLE color: 2246774.

HSL color Cylindrical-coordinate representation of color #764822: hue angle of 27.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #764822 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1187234-
CMYK00.390.710.54
HSL27.14º55.26%29.8%-
HSV(B)27.14º71.19%46.27%-
XYZ10.088.62.64-
YUV81.42101.24154.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 34 (13.67% from 255) = 15.18%
R=52.68%
G=32.14%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118723400.390.710.5427.1455.2629.8
Hex76482202747361b371e
Octal1661104204710766336736
Binary11101101001000100010010011110001111101101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764822; }

 p { color: rgb(118,72,34); }

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

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

 a { background-color: rgb(118,72,34); }

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

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

 span { border-color: rgb(118,72,34); }

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