#744723

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

Shades of Antique Brass #744723

Tints of Antique Brass #744723

Color information

#744723 (or 0x744723) is unknown color: approx Antique Brass. HEX triplet: 74, 47 and 23. RGB value is (116,71,35). Sum of RGB (Red+Green+Blue) = 116+71+35=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #744723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744723 is #8BB8DC. Grayscale: #505050. Windows color (decimal): -9156829 or 2312052. OLE color: 2312052.

HSL color Cylindrical-coordinate representation of color #744723: hue angle of 26.67º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744723 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1167135-
CMYK00.390.700.55
HSL26.67º53.64%29.61%-
HSV(B)26.67º69.83%45.49%-
XYZ9.768.342.69-
YUV80.35102.41153.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=52.25%
G=31.98%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116713500.390.700.5526.6753.6429.61
Hex74472302746371b361e
Octal1641074304710667336636
Binary11101001000111100011010011110001101101111101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744723; }

 p { color: rgb(116,71,35); }

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

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

 a { background-color: rgb(116,71,35); }

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

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

 span { border-color: rgb(116,71,35); }

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