#774B1E

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

Shades of Antique Brass #774B1E

Tints of Antique Brass #774B1E

Color information

#774B1E (or 0x774B1E) is unknown color: approx Antique Brass. HEX triplet: 77, 4B and 1E. RGB value is (119,75,30). Sum of RGB (Red+Green+Blue) = 119+75+30=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #774B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B1E is #88B4E1. Grayscale: #535353. Windows color (decimal): -8959202 or 1985399. OLE color: 1985399.

HSL color Cylindrical-coordinate representation of color #774B1E: hue angle of 30.34º 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 #774B1E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1197530-
CMYK00.370.750.53
HSL30.34º59.73%29.22%-
HSV(B)30.34º74.79%46.67%-
XYZ10.369.052.43-
YUV83.0398.08153.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=53.12%
G=33.48%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119753000.370.750.5330.3459.7329.22
Hex774B1E0254B351e3c1d
Octal1671133604511365367435
Binary1110111100101111110010010110010111101011111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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