#774A1E

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

Shades of Antique Brass #774A1E

Tints of Antique Brass #774A1E

Color information

#774A1E (or 0x774A1E) is unknown color: approx Antique Brass. HEX triplet: 77, 4A and 1E. RGB value is (119,74,30). Sum of RGB (Red+Green+Blue) = 119+74+30=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #774A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A1E is #88B5E1. Grayscale: #525252. Windows color (decimal): -8959458 or 1985143. OLE color: 1985143.

HSL color Cylindrical-coordinate representation of color #774A1E: hue angle of 29.66º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #774A1E is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1197430-
CMYK00.380.750.53
HSL29.66º59.73%29.22%-
HSV(B)29.66º74.79%46.67%-
XYZ10.298.912.41-
YUV82.4498.41154.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=53.36%
G=33.18%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119743000.380.750.5329.6659.7329.22
Hex774A1E0264B351e3c1d
Octal1671123604611365367435
Binary1110111100101011110010011010010111101011111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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