#774B23

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

Shades of Antique Brass #774B23

Tints of Antique Brass #774B23

Color information

#774B23 (or 0x774B23) is unknown color: approx Antique Brass. HEX triplet: 77, 4B and 23. RGB value is (119,75,35). Sum of RGB (Red+Green+Blue) = 119+75+35=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #774B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B23 is #88B4DC. Grayscale: #535353. Windows color (decimal): -8959197 or 2313079. OLE color: 2313079.

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

Color convert

RGB1197535-
CMYK00.370.710.53
HSL28.57º54.55%30.2%-
HSV(B)28.57º70.59%46.67%-
XYZ10.439.082.79-
YUV83.6100.58153.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 35 (14.06% from 255) = 15.28%
R=51.97%
G=32.75%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119753500.370.710.5328.5754.5530.2
Hex774B2302547351d371e
Octal1671134304510765356736
Binary11101111001011100011010010110001111101011110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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