#734C20

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

Shades of Antique Brass #734C20

Tints of Antique Brass #734C20

Color information

#734C20 (or 0x734C20) is unknown color: approx Antique Brass. HEX triplet: 73, 4C and 20. RGB value is (115,76,32). Sum of RGB (Red+Green+Blue) = 115+76+32=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #734C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C20 is #8CB3DF. Grayscale: #525252. Windows color (decimal): -9221088 or 2116723. OLE color: 2116723.

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

Color convert

RGB1157632-
CMYK00.340.720.55
HSL31.81º56.46%28.82%-
HSV(B)31.81º72.17%45.1%-
XYZ9.928.922.57-
YUV82.6499.42151.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=51.57%
G=34.08%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115763200.340.720.5531.8156.4628.82
Hex734C20022483720381d
Octal1631144004211067407035
Binary111001110011001000000100010100100011011110000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,76,32); }

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

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

 a { background-color: rgb(115,76,32); }

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

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

 span { border-color: rgb(115,76,32); }

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