#744D22

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

Shades of Antique Brass #744D22

Tints of Antique Brass #744D22

Color information

#744D22 (or 0x744D22) is unknown color: approx Antique Brass. HEX triplet: 74, 4D and 22. RGB value is (116,77,34). Sum of RGB (Red+Green+Blue) = 116+77+34=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #744D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D22 is #8BB2DD. Grayscale: #535353. Windows color (decimal): -9155294 or 2248052. OLE color: 2248052.

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

Color convert

RGB1167734-
CMYK00.340.710.55
HSL31.46º54.67%29.41%-
HSV(B)31.46º70.69%45.49%-
XYZ10.159.142.74-
YUV83.7699.92151-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=51.10%
G=33.92%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116773400.340.710.5531.4654.6729.41
Hex744D2202247371f371d
Octal1641154204210767376735
Binary11101001001101100010010001010001111101111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,77,34); }

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

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

 a { background-color: rgb(116,77,34); }

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

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

 span { border-color: rgb(116,77,34); }

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