#734A1B

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

Shades of Antique Brass #734A1B

Tints of Antique Brass #734A1B

Color information

#734A1B (or 0x734A1B) is unknown color: approx Antique Brass. HEX triplet: 73, 4A and 1B. RGB value is (115,74,27). Sum of RGB (Red+Green+Blue) = 115+74+27=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #734A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A1B is #8CB5E4. Grayscale: #515151. Windows color (decimal): -9221605 or 1788531. OLE color: 1788531.

HSL color Cylindrical-coordinate representation of color #734A1B: hue angle of 32.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #734A1B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1157427-
CMYK00.360.770.55
HSL32.05º61.97%27.84%-
HSV(B)32.05º76.52%45.1%-
XYZ9.728.622.19-
YUV80.997.58152.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=53.24%
G=34.26%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115742700.360.770.5532.0561.9727.84
Hex734A1B0244D37203e1c
Octal1631123304411567407634
Binary11100111001010110110100100100110111011110000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A1B; }

 p { color: rgb(115,74,27); }

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

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

 a { background-color: rgb(115,74,27); }

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

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

 span { border-color: rgb(115,74,27); }

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