#734D21

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

Shades of Antique Brass #734D21

Tints of Antique Brass #734D21

Color information

#734D21 (or 0x734D21) is unknown color: approx Antique Brass. HEX triplet: 73, 4D and 21. RGB value is (115,77,33). Sum of RGB (Red+Green+Blue) = 115+77+33=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #734D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D21 is #8CB2DE. Grayscale: #535353. Windows color (decimal): -9220831 or 2182515. OLE color: 2182515.

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

Color convert

RGB1157733-
CMYK00.330.710.55
HSL32.2º55.41%29.02%-
HSV(B)32.2º71.3%45.1%-
XYZ109.062.66-
YUV83.3599.59150.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=51.11%
G=34.22%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115773300.330.710.5532.255.4129.02
Hex734D21021473720371d
Octal1631154104110767406735
Binary111001110011011000010100001100011111011110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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