#734E21

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

Shades of Antique Brass #734E21

Tints of Antique Brass #734E21

Color information

#734E21 (or 0x734E21) is unknown color: approx Antique Brass. HEX triplet: 73, 4E and 21. RGB value is (115,78,33). Sum of RGB (Red+Green+Blue) = 115+78+33=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #734E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E21 is #8CB1DE. Grayscale: #545454. Windows color (decimal): -9220575 or 2182771. OLE color: 2182771.

HSL color Cylindrical-coordinate representation of color #734E21: hue angle of 32.93º 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 #734E21 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1157833-
CMYK00.320.710.55
HSL32.93º55.41%29.02%-
HSV(B)32.93º71.3%45.1%-
XYZ10.079.22.68-
YUV83.9399.26150.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 33 (13.28% from 255) = 14.60%
R=50.88%
G=34.51%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115783300.320.710.5532.9355.4129.02
Hex734E21020473721371d
Octal1631164104010767416735
Binary111001110011101000010100000100011111011110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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