#774D22

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

Shades of Antique Brass #774D22

Tints of Antique Brass #774D22

Color information

#774D22 (or 0x774D22) is unknown color: approx Antique Brass. HEX triplet: 77, 4D and 22. RGB value is (119,77,34). Sum of RGB (Red+Green+Blue) = 119+77+34=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #774D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D22 is #88B2DD. Grayscale: #545454. Windows color (decimal): -8958686 or 2248055. OLE color: 2248055.

HSL color Cylindrical-coordinate representation of color #774D22: hue angle of 30.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #774D22 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1197734-
CMYK00.350.710.53
HSL30.35º55.56%30%-
HSV(B)30.35º71.43%46.67%-
XYZ10.559.352.76-
YUV84.6699.41152.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 34 (13.67% from 255) = 14.78%
R=51.74%
G=33.48%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119773400.350.710.5330.3555.5630
Hex774D2202347351e381e
Octal1671154204310765367036
Binary11101111001101100010010001110001111101011111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D22; }

 p { color: rgb(119,77,34); }

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

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

 a { background-color: rgb(119,77,34); }

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

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

 span { border-color: rgb(119,77,34); }

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