#774E21

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

Shades of Antique Brass #774E21

Tints of Antique Brass #774E21

Color information

#774E21 (or 0x774E21) is unknown color: approx Antique Brass. HEX triplet: 77, 4E and 21. RGB value is (119,78,33). Sum of RGB (Red+Green+Blue) = 119+78+33=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #774E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E21 is #88B1DE. Grayscale: #555555. Windows color (decimal): -8958431 or 2182775. OLE color: 2182775.

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

Color convert

RGB1197833-
CMYK00.340.720.53
HSL31.4º56.58%29.8%-
HSV(B)31.4º72.27%46.67%-
XYZ10.619.482.71-
YUV85.1398.58152.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=51.74%
G=33.91%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119783300.340.720.5331.456.5829.8
Hex774E2102248351f391e
Octal1671164104211065377136
Binary11101111001110100001010001010010001101011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,33); }

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

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

 a { background-color: rgb(119,78,33); }

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

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

 span { border-color: rgb(119,78,33); }

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