#744A1B

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

Shades of Antique Brass #744A1B

Tints of Antique Brass #744A1B

Color information

#744A1B (or 0x744A1B) is unknown color: approx Antique Brass. HEX triplet: 74, 4A and 1B. RGB value is (116,74,27). Sum of RGB (Red+Green+Blue) = 116+74+27=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A1B is #8BB5E4. Grayscale: #515151. Windows color (decimal): -9156069 or 1788532. OLE color: 1788532.

HSL color Cylindrical-coordinate representation of color #744A1B: hue angle of 31.69º 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 #744A1B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1167427-
CMYK00.360.770.55
HSL31.69º62.24%28.04%-
HSV(B)31.69º76.72%45.49%-
XYZ9.858.692.2-
YUV81.297.41152.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=53.46%
G=34.10%
B=12.44%

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
Decimal116742700.360.770.5531.6962.2428.04
Hex744A1B0244D37203e1c
Octal1641123304411567407634
Binary11101001001010110110100100100110111011110000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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