#734824

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

Shades of Antique Brass #734824

Tints of Antique Brass #734824

Color information

#734824 (or 0x734824) is unknown color: approx Antique Brass. HEX triplet: 73, 48 and 24. RGB value is (115,72,36). Sum of RGB (Red+Green+Blue) = 115+72+36=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #734824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734824 is #8CB7DB. Grayscale: #505050. Windows color (decimal): -9222108 or 2377843. OLE color: 2377843.

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

Color convert

RGB1157236-
CMYK00.370.690.55
HSL27.34º52.32%29.61%-
HSV(B)27.34º68.7%45.1%-
XYZ9.718.412.78-
YUV80.75102.75152.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=51.57%
G=32.29%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115723600.370.690.5527.3452.3229.61
Hex73482402545371b341e
Octal1631104404510567336436
Binary11100111001000100100010010110001011101111101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734824; }

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

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

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

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

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

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

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

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