#744824

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

Shades of Antique Brass #744824

Tints of Antique Brass #744824

Color information

#744824 (or 0x744824) is unknown color: approx Antique Brass. HEX triplet: 74, 48 and 24. RGB value is (116,72,36). Sum of RGB (Red+Green+Blue) = 116+72+36=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #744824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744824 is #8BB7DB. Grayscale: #515151. Windows color (decimal): -9156572 or 2377844. OLE color: 2377844.

HSL color Cylindrical-coordinate representation of color #744824: hue angle of 27º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #744824 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1167236-
CMYK00.380.690.55
HSL27º52.63%29.8%-
HSV(B)27º68.97%45.49%-
XYZ9.848.482.79-
YUV81.05102.58152.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=51.79%
G=32.14%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116723600.380.690.552752.6329.8
Hex74482402645371b351e
Octal1641104404610567336536
Binary11101001001000100100010011010001011101111101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744824; }

 p { color: rgb(116,72,36); }

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

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

 a { background-color: rgb(116,72,36); }

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

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

 span { border-color: rgb(116,72,36); }

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