#744E21

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

Shades of Antique Brass #744E21

Tints of Antique Brass #744E21

Color information

#744E21 (or 0x744E21) is unknown color: approx Antique Brass. HEX triplet: 74, 4E and 21. RGB value is (116,78,33). Sum of RGB (Red+Green+Blue) = 116+78+33=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #744E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E21 is #8BB1DE. Grayscale: #545454. Windows color (decimal): -9155039 or 2182772. OLE color: 2182772.

HSL color Cylindrical-coordinate representation of color #744E21: hue angle of 32.53º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #744E21 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1167833-
CMYK00.330.720.55
HSL32.53º55.7%29.22%-
HSV(B)32.53º71.55%45.49%-
XYZ10.29.272.69-
YUV84.2399.09150.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=51.10%
G=34.36%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116783300.330.720.5532.5355.729.22
Hex744E21021483721381d
Octal1641164104111067417035
Binary111010010011101000010100001100100011011110000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,78,33); }

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

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

 a { background-color: rgb(116,78,33); }

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

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

 span { border-color: rgb(116,78,33); }

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